Skip to main content
DELETE
/
api
/
v2
/
customers
/
{customerId}
/
mandates
/
{id}
Revoke mandate for customer
curl --request DELETE \
  --url https://rcur.app/api/v2/customers/{customerId}/mandates/{id}
{
  "status": 404,
  "error": "Resource not found"
}

Path Parameters

customerId
string
required
id
string
required

Response

No content