DELETE Application/DeleteSemanticProperty
Request Information
URI Parameters
None.
Body Parameters
SemanticProperty| Name | 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": "6094114f-76e6-4dc5-b158-e56decca4d6e",
"SemanticEntityID": "ab72d945-9898-4e2b-8086-974058f6b2db",
"SemanticEnumerationID": "20637b7e-d3d3-416f-8f33-9d765395a8a6",
"Name": "sample string 3",
"IsSynchronized": true
}
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.