cURL
curl --request DELETE \ --url https://rcur.app/api/v2/customers/{customerId}/mandates/{id} \ --header 'Authorization: Bearer <token>'
{ "status": 404, "error": "Resource not found" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
No content