curl --request DELETE \
--url https://api.example.com/payment-methods/ \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"error": "<string>"
}Remove the organisation’s current default payment method.
curl --request DELETE \
--url https://api.example.com/payment-methods/ \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"error": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
A standard reply for many of our calls which has a 'status' ('success/failure') field and an 'error' field for failures.
Attributes: