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": "ee43b5d8-746b-4eb0-95b1-42cbbde3fa48",
"Name": "sample string 2",
"SourceEntityID": "787eeb60-4633-4f4c-90d6-617d55871657",
"TargetEntityID": "21fe68dd-bb5c-4c1b-8e4e-a1646fbef184",
"SourcePropertyID": "82b2538a-ab16-49b3-96b9-959aa68245cd",
"TargetPropertyID": "77373803-3b6b-4fd7-851f-ec87c71c95b0",
"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.