Delete Customer Profile
DELETE /profiles/${customer_id} |
Description
Deletes a customer profile and all it's extension records and identifications keys records.
Important
Starting with the 8.5.0 release, service, state, and task data are no longer handled in UCS and therefore will not be deleted.Operation
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 />
Response
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 |
Example
Operation The following operation deletes a particular customer:
DELETE /profiles/0004Va58A92T0018
Result
200 Success
This page was last edited on September 7, 2018, at 10:34.
Comments or questions about this documentation? Contact us for support!