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": "58b541d0-6b08-4491-a69f-b4e567cb44f3",
"name": "sample string 2",
"sourceEntityID": "0ff901bd-8411-4585-976a-6c9305b4ed5f",
"targetEntityID": "d1270830-fad5-45ab-974f-04169ffb1e84",
"sourcePropertyID": "7b973046-827f-4978-ba93-3d6d7c154d66",
"targetPropertyID": "a254ece5-7d61-42f0-88d2-5ce262edfe53",
"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.