Skip to content

Delete Customer

Request

Delete a customer by its ID.

Security
BearerAuth
Path
idstringrequired

The ID of the customer to delete

Headers
Acceptstring(CustomerAcceptHeader)required

Set this to application/api.luminovo.customer-v1+json.

Value:"application/api.luminovo.customer-v1+json"
DELETE
/customers/{id}
curl -i -X DELETE \
  'https://api.luminovo.com/customers/{id}' \
  -H 'Accept: application/api.luminovo.customer-v1+json' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Customer deleted.