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": "8073375d-78a3-4caf-a0fd-cddec58e5cd8",
"Name": "sample string 2",
"SourceEntityID": "a719a392-1972-409e-a7f7-f8ccff29fc09",
"TargetEntityID": "e4fe9109-3678-4162-902b-7e4717016941",
"SourcePropertyID": "1869d728-aeaa-4638-a89d-5813198b16e6",
"TargetPropertyID": "a50dafcd-937d-4305-965a-b83576bbdeda",
"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.