Delete Customer Account
Delete a Customer from our Booking Platform
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/customer-accounts/:customerIdentifier
This request must be made Server-side. Otherwise, it would be possible to view the secret API key with a browser.
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.
Last updated