DELETE Application/DeleteSemanticEntityRelationship
Request Information
URI Parameters
None.
Body Parameters
SemanticEntityRelationshipName | 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": "ef48cc1e-3c6d-41b8-9b48-cd0e7ac86a9f", "Name": "sample string 2", "SourceEntityID": "c7592cdb-5a0b-44f0-816a-35bf0c26edbf", "TargetEntityID": "c151c342-2bea-4953-b04e-6b1f05db4220", "SourcePropertyID": "4e9d85c1-497f-436b-971e-72748ebd62c1", "TargetPropertyID": "e35a03e6-901c-409a-8708-a74f70fcdba3", "Description": "sample string 7" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | 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.