DELETE Application/DeleteEntityLocalization
Request Information
URI Parameters
None.
Body Parameters
EntityLocalizationName | 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": "92527c16-6b4e-420e-8882-11f8a8735d02", "SemanticEntityID": "097978da-fa49-406c-ad3d-ff3258625dfa", "SemanticPropertyID": "1678b187-cd5b-432d-be04-d3f5cb09cc2d", "RoleID": "8437188c-8452-4a3a-b25e-304d7d6a594d", "Value": "sample string 4", "Language": "sample string 5" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | 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.