Skip to content

Delete Customer

This endpoint should be used when a customer issues a GDPR Right To Be Forgotten request. All personal information is deleted and replaced with a placeholder. All subsequent requests that return Customer information such as GET Orders return the placeholder values.

Headers

X-API-KEY must be provided when making this request. This authorizes you to access the API.

Request

DELETE https://book.imin.co/api/v2/customers/{ customerIdentifier }

Response

The response for this request is a 202 HTTP status code with no body. The request will be handled asynchronously, and will be completed before the next working day.