Delete Customer Profile
DELETE /profiles/${customer_id} | |
Available since: 8.1.200.xx
|
Description
Deletes a customer profile and all it's extension records and identifications keys records. All associated services are also deleted. If those services records are used by states or tasks, they will also 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 November 23, 2017, at 13:14.
Comments or questions about this documentation? Contact us for support!