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": "7c6129d5-d740-437a-a954-0f1a089d2e81",
"Name": "sample string 2",
"SourceEntityID": "eda7b45a-6d4c-4db5-baee-d2090188e01a",
"TargetEntityID": "b60f9e23-7e74-4f11-8b8d-f58599494027",
"SourcePropertyID": "0d2d6d0b-a62f-4335-a594-47b9959e3bb7",
"TargetPropertyID": "b50413e2-fcf0-4dec-8062-5f4e3a1d74ed",
"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.