DELETE Application/DeleteSemanticEntityRelationship
Request Information
URI Parameters
None.
Body Parameters
SemanticEntityRelationship| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| Name | string |
Required |
|
| SourceEntityID | globally unique identifier |
Required |
|
| TargetEntityID | globally unique identifier |
Required |
|
| SourcePropertyID | globally unique identifier |
Required |
|
| TargetPropertyID | globally unique identifier |
Required |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "47c3a7eb-31dc-4aff-95b8-55de6cd9d817",
"Name": "sample string 2",
"SourceEntityID": "2742e5df-d8d9-417c-b182-eca152415c57",
"TargetEntityID": "2c81a751-37f8-4a5f-91ed-fb3e68329d5a",
"SourcePropertyID": "dd9d856b-e476-4c6b-994a-5434ec4ff2ed",
"TargetPropertyID": "e71c8611-583b-4e7a-9425-6359448a0837",
"Description": "sample string 7"
}
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.