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": "b3e807c1-61a5-4897-bc1b-58fffa9ffed6",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "d9639bf9-b11a-443a-9271-15ff11cadb7a",
"SemanticContextID": "752e5688-5aa7-463e-ae5c-30232671da5c",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "f9a3abba-47ec-4227-8f97-a722829791c0",
"SemanticEntityID": "fd39368d-4356-4e49-bc4d-7395f796a1c3",
"SemanticEnumerationID": "3eecacfc-e602-4136-af21-10da5f2b72b4",
"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.