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": "27fe24be-00f3-4664-a548-d7c75a1440d9",
"Name": "sample string 2",
"SourceEntityID": "5a5a2b65-d5e3-47da-ac96-19a5d80a812a",
"TargetEntityID": "e54dc451-27ef-43bf-8a02-0dbe9831df8b",
"SourcePropertyID": "44171e27-39cf-4d54-a778-2bfc610ff55c",
"TargetPropertyID": "9c6f8f78-191c-41a3-afa7-e396eaff8c7d",
"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.