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": "a6812b0e-44c6-4270-b5a4-2b067964d366",
"SemanticEntityID": "038ff0e6-5f5c-481c-b82b-1e5bec90205f",
"SemanticEnumerationID": "c671d1b8-e113-4054-a0e5-6985bc585cc2",
"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.