DELETE Application/DeleteSemanticProperty
Request Information
URI Parameters
None.
Body Parameters
SemanticPropertyName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
SemanticEntityID | globally unique identifier |
Required |
|
SemanticEnumerationID | globally unique identifier |
None. |
|
Name | string |
Required |
|
IsSynchronized | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{ "ID": "f26dc79c-9594-45eb-85d5-9c385140d116", "SemanticEntityID": "71bc9564-65a2-4722-bc8e-692a10de8891", "SemanticEnumerationID": "3fe07351-ed6b-4cc1-abad-043cb286cee6", "Name": "sample string 3", "IsSynchronized": true }
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.