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": "77b1c436-fc63-4dd3-9268-35602fcd519b",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "11e03611-58b7-443b-91ab-64822b5d51a9",
"SemanticContextID": "f8e38236-e19e-412e-8040-6b5fe0c677a7",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "be78b413-4d50-4ae8-8637-002c71dfd6c3",
"SemanticEntityID": "42a5b59b-7677-4c49-9884-fb0efb4f39a0",
"SemanticEnumerationID": "51d7afe4-0620-41e8-b7c4-e469e007a251",
"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.