Method to delete a profile by ID
Status | ||||
---|---|---|---|---|
|
Path Variables:
Name | Mandatory | Type | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
domain |
|
| domain id. Default domain is “default” | ||||||||||
documentId |
|
| Profile ID |
...
Name | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
result |
| Result true in case of success, false in case of error | ||||||||
error |
| Error description in case of error |
...
http://<hostname>:<port>/ctreplay/default/deleteProfile/5f450211b5a094e754fc2fd3
Response
Code Block | ||
---|---|---|
| ||
{ "result": true, "error": null } |
...