cURL
curl --request DELETE \ --url https://api.withacclaim.com/v1/payers/{payer_id}/payment_methods/{payment_method_id} \ --header 'Authorization: Bearer <token>'
{ "error": { "code": "invalid_request", "message": "Missing required field: amount", "details": {}, "request_id": "req_7lYt4o2x" } }
Payment methods that have been used in a transaction cannot be deleted; returns 403 in that case. Deactivate instead.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the payer.
ID of the payment method.
Payment method deleted.