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": "725dbf0a-7fb2-42f8-a659-da0e2fc81ae5",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "a7a19fe5-31f8-4774-9468-88dbe2928c12",
"SemanticContextID": "38fd7cbc-a24f-4a7b-adf6-377ccd0ed41b",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "28daef6d-15b6-411a-bb88-44d9c8affc7d",
"SemanticEntityID": "a029fefc-4b6f-4753-bf16-35f358eb847e",
"SemanticEnumerationID": "26320578-76d3-4108-aaed-49b0955a1594",
"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.