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": "59c7ddaf-dd8e-4e9a-ac93-0ea8b23e0652",
"Name": "sample string 2",
"SourceEntityID": "b06b489b-ca2a-41ee-9a67-63a71b4fdcef",
"TargetEntityID": "75438812-a901-45db-98e6-6968cf35757a",
"SourcePropertyID": "8464d5ec-65fe-4bd4-a603-05c61752df4e",
"TargetPropertyID": "8be3dd57-493f-4c37-b152-c531415264f7",
"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.