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": "a18fae59-23a8-436e-9ff3-bbb888c0d500",
"Name": "sample string 2",
"SourceEntityID": "98ddc625-b913-4801-a1fc-0ba9f803f4c1",
"TargetEntityID": "4fa81d40-c5e5-4282-91bb-fb2f0e3bb23a",
"SourcePropertyID": "2053b204-1bd7-439f-83bf-99fcb6205044",
"TargetPropertyID": "0e471411-31c8-47a4-89c9-074932da4671",
"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.