Skip to main content
DELETE
/
customers
/
{customerId}
Delete customer
curl --request DELETE \
  --url https://api.mijnklantportaal.nl/v1/customers/{customerId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Path Parameters

customerId
string
required

ID of the customer to delete

Response

No content

I