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": "c04d1e22-3aea-480c-9adc-158db9f67876",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "4ebc6055-9658-47b4-ba23-0e7726997383",
"SemanticContextID": "80130d4a-a49f-435a-92cb-41b4593b4df8",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "749ace60-0097-4b3c-9ea7-6298725cdd75",
"SemanticEntityID": "f625156f-c142-4331-8743-055a0497f31d",
"SemanticEnumerationID": "8ab8e999-5e85-409f-8d8d-bf50feb347ec",
"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.