API → PaymentsDelete payment info for your org

This includes billing address, phone, and name.

This endpoint requires authentication by an org admin. It deletes the payment information for the authenticated user's org.

Parameters

No parameters

Returns

204 No Content

successful deletion

delete
/org/payment
$ curl -X DELETE "https://api.zoo.dev/org/payment" \
	--header "Authorization: Bearer $TOKEN"