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": "3fb931f6-1284-48ba-a83c-4efa4759f17d",
"Name": "sample string 2",
"SourceEntityID": "6aaa71a1-e7a6-4fd5-9795-7b45b4fac1a8",
"TargetEntityID": "d3f20426-ba3e-4620-81c8-10bedd2b9260",
"SourcePropertyID": "d8afcc66-7f50-42e4-8814-0f0deba01cd3",
"TargetPropertyID": "2766b500-b59f-4657-91d5-57db63bbeb71",
"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.