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": "3fd2648d-ec88-4029-9190-8b19b79c37ee",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "fe74ac62-8692-4fe9-a116-4787fb63d600",
"SemanticContextID": "21f4b72a-c148-4a1c-bbe6-ff17549664aa",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "17f2c531-9afb-4119-8e74-61467bfc59ec",
"SemanticEntityID": "36bf5315-e859-48e2-bce4-e40cdc9f686d",
"SemanticEnumerationID": "7f880058-d585-4027-836f-ed0b26360c62",
"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.