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": "adb77cb8-d706-4155-a186-794704e31979",
"name": "sample string 2",
"sourceEntityID": "5a92fde7-fcfc-41f6-a03c-e2075f42ff1e",
"targetEntityID": "d2d92e03-bd02-46f8-bd13-0bfc06709304",
"sourcePropertyID": "c3e034fd-6f46-4226-a053-db4845a237b7",
"targetPropertyID": "a54613d6-2664-4f0c-ae6d-5fd702ff1923",
"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. |
|
| Response | ServiceItem |
None. |
|
| LatestDataTimestampUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.