Skip to main content
DELETE
/
api
/
v2
/
customers
/
{id}
Delete customer
curl --request DELETE \
  --url https://rcur.app/api/v2/customers/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": 404,
  "error": "Resource not found"
}

Authorizations

Authorization
string
header
required

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

Response

No content