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": "1fa58c55-4f02-4e01-9c31-e546ded375b2",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "f1173891-6f68-49e7-9e00-f662aaa1ecc6",
"SemanticContextID": "67955c91-c634-45ed-afff-61a7810bfdd3",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "ea22b982-9dca-4e21-acb4-2fbb7b35a673",
"SemanticEntityID": "1fc0445e-f1ee-448b-982d-36afbbdf06d5",
"SemanticEnumerationID": "1d93e7f5-a5f0-4521-99a1-404e3384a71d",
"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.