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": "af615a06-6ae9-4698-a5a2-4974c7ee15a9",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "925ac44c-975e-4157-83ba-fcff8960c3b8",
"SemanticContextID": "1b725de0-d6ea-4ba1-b9bd-bff8a84a1071",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "2caccd2c-83d8-4019-9a5f-b3e86741582c",
"SemanticEntityID": "cc04b74d-788f-4543-a3ef-dd8ec08eed61",
"SemanticEnumerationID": "ef1881a1-e56c-4479-8ce9-489ce0f46a05",
"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.