This page was last edited on April 27, 2017, at 10:04.
Comments or questions about this documentation? Contact us for support!
DELETE /profiles/${customer_id} |
Deletes a customer profile and all it's extension records and identifications keys records.
ID | CV.WS.PROF.8 | ||
---|---|---|---|
Method | DELETE | ||
URI | /profiles/${customer_id} | ||
Parameter | Type | Mandatory | Description |
${customer_id} | string | yes | The unique ID of the given customer that is specified in the URI. |
<references />
The Context Management Service API answers with HTTP codes for every request. The following tables show the correct response for a successful request, and the response if the customer cannot be deleted. See HTTP Response Codes and Errors for further details on the possible codes that this operation can return.
HTTP code | 200 |
---|---|
HTTP message | Success |
HTTP code | 404 |
---|---|
HTTP message | Not Found |
Operation The following operation deletes a particular customer:
DELETE /profiles/0004Va58A92T0018
Result
200 Success