Deletes literals at domain/service level.
Status | ||||
---|---|---|---|---|
|
Path Variables:
Name | Mandatory | Type | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
domain |
|
| Unique domain identifier |
...
Name | Mandatory | Type | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
country |
|
| Country Language code | ||||||||||
level |
| Can assume one of the following values:
| |||||||||||
serviceId |
|
| If level is set to “service“, specifies the service literals to insert/update |
...
Code Block | ||
---|---|---|
| ||
{
"country" : "it-it",
"level" : "service",
"serviceId" : "LiveChat_Sidebar"
} |
...