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": "ba645a59-7926-4ae9-a31a-af2daf5776b1",
"Name": "sample string 2",
"SourceEntityID": "1ea31ada-9986-4145-910b-4c0e19233fc6",
"TargetEntityID": "56a95a71-5f05-421e-829d-c2768b1baee8",
"SourcePropertyID": "2ef47620-15bf-40cf-81ae-2b12d6098585",
"TargetPropertyID": "8987f646-5ef4-40c8-a048-89a6d37bd3fa",
"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.