DELETE Application/DeleteEntityLocalization
Request Information
URI Parameters
None.
Body Parameters
EntityLocalization| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SemanticEntityID | globally unique identifier |
Required |
|
| SemanticPropertyID | globally unique identifier |
None. |
|
| RoleID | globally unique identifier |
Required |
|
| Value | string |
None. |
|
| Language | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "46335b91-2ee1-4577-8eaf-f639eade7d74",
"SemanticEntityID": "c011e102-bc71-45fd-8200-13005959c0a8",
"SemanticPropertyID": "bf5814cd-006c-4cdb-8b10-de080fbdd621",
"RoleID": "83704a18-e1e7-4dbf-9b76-8e27ec18d10a",
"Value": "sample string 4",
"Language": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.