Skip to main content
DELETE
/
payment-methods
/
{id}
Delete a payment method
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/payment-methods/{id} \
  --header 'Authorization: Bearer <token>'
A method of payment that can be assigned to payments (for example, Check, Wire, or ACH).

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The payment method uuid

Response

204