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": "d62c6b09-cd92-4077-8dcf-ed6f060f64dd",
"Name": "sample string 2",
"SourceEntityID": "f9c64379-3701-4f07-8697-37cc5756b059",
"TargetEntityID": "e7eb25ff-a77d-4625-a130-bacbb5d7adf6",
"SourcePropertyID": "83ad7b76-1529-4ec6-a572-3ddfe008af90",
"TargetPropertyID": "97f97bc7-f735-47a7-8113-9b61eb5201da",
"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.