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": "25cdd26f-3a7f-4b8d-b8f7-085b9965177d",
"SemanticEntityID": "1fc0ef91-4c86-406c-8eee-da124452a0f7",
"SemanticPropertyID": "c76b80b1-5e95-434f-9aee-3a62232a5726",
"RoleID": "8e964ba7-7910-400f-b8fd-167ea61ee776",
"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.