Deletes literals at domain/service level.
Status | ||||
---|---|---|---|---|
|
Path Variables:
Name | Mandatory | Type | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
domain |
|
| Unique domain identifier |
Request Body:
Type:
Status | ||
---|---|---|
|
...
Name | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
result |
| False if request fails. An Object containing the status of the request and the number of documents deleted in the db | ||||||||
error |
| Contains the error description if an error has occurred in the request |
Example:
Request
http://<hostname>:<port>/livechat/domain/deleteLiterals
Request body
Code Block | ||
---|---|---|
| ||
{ "country" : "it", "level" : "service", "serviceId" : "LiveChat_Sidebar" } |
...