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": "4f1be059-28eb-48a1-a9b0-6ac08f4abbd4",
"semanticEntityID": "9bf1b78e-f8a2-48cf-9a6d-52b721266a6b",
"semanticPropertyID": "ff12e4b1-21f3-44b6-a54c-5abb03ca434c",
"roleID": "a5c85bcd-2b02-4d98-a903-49b2cbce7faf",
"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. |
|
| Response | ServiceItem |
None. |
|
| LatestDataTimestampUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.