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": "4cb938e2-52c6-4709-9974-68eca7f1037e",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "cfd7f3db-45c2-431e-a03f-ff4a88dada98",
"SemanticContextID": "0302c687-4ebe-493f-9c4b-3521f653e362",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "f5a3f6e7-9956-4eab-b4aa-023761f1ecbe",
"SemanticEntityID": "efd4c05b-d1b5-423f-ac25-f6b4759bd677",
"SemanticEnumerationID": "2e8f0a6d-28f5-46a0-8ce4-84db45e4040e",
"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.