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": "08db37a5-9f57-4b48-9389-3a264febecc7",
"SemanticEntityID": "e1843da9-9817-4a94-bdb4-f41a609d20ec",
"SemanticPropertyID": "9014c667-58f2-408b-8e31-0d8d19ded398",
"RoleID": "56c6f492-f0f8-41a5-b5d7-bae7da1a6de8",
"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.