Delete a customer
Initiates deletion of the customer and all associated data. This operation is idempotent — repeated calls for an already-deleted customer return 204. A 404 is returned only when no customer with the given ID exists for the caller’s entity.
Authorizations
A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Generate Bearer Token section of our Authentication docs for information on how to generate your Bearer Token.
Headers
An optional string request header for making requests safely retryable. When included, duplicate requests with the same key will return identical responses. Refer to our Idempotency docs for more information on using idempotency keys.
1 - 128Path Parameters
The ID of the customer.
The ID of the Customer, which is a UUID prefixed by customer_.
^customer_[a-f0-9\-]{36}$"customer_af2937b0-9846-4fe7-bfe9-ccc22d935114"
Response
Customer deletion initiated successfully.