DELETE Application/DeleteSemanticContext
Request Information
URI Parameters
None.
Body Parameters
SemanticContext| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| Name | string |
Required |
|
| SemanticEntities | Collection of SemanticEntity |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "ab46f289-0ea2-4143-993e-7c3b6078f8a3",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "d3307f38-1d32-4a10-a154-55d8bef31e2a",
"SemanticContextID": "c5b49a7d-4223-4fc8-b091-0430c93c0630",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "95168bc5-a475-4723-8bc4-5f787092103a",
"SemanticEntityID": "31874f36-96ec-435f-8d5a-8ab4bec7c642",
"SemanticEnumerationID": "9a2789fc-0e76-4ac7-afed-a62459f8447d",
"Name": "sample string 3",
"IsSynchronized": true
},
{
"$ref": "3"
}
]
},
{
"$ref": "2"
}
]
}
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.