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": "8e48987b-f923-49b9-a250-c8b43657bd63",
"Name": "sample string 2",
"SourceEntityID": "cbe7cad0-2477-407d-9e6f-9a0e885107d1",
"TargetEntityID": "723f02e1-8a81-4573-b32c-ad2e2e737703",
"SourcePropertyID": "2aaefbc9-690c-47ab-8d9b-3bfa14ee72fb",
"TargetPropertyID": "cbca212a-6e4f-4ba3-a616-4c01411c918b",
"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.