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": "50cb4237-7212-4f66-a0a7-8d74e0e66317",
"name": "sample string 2",
"semanticEntities": [
{
"$id": "2",
"id": "872cabc8-d8ce-4493-9271-4e22e7f14698",
"semanticContextID": "0d80dad2-d8ef-497c-828d-26cce472daf3",
"schemaName": "sample string 3",
"name": "sample string 4",
"assemblyQualifiedName": "sample string 5",
"isActive": true,
"semanticProperties": [
{
"$id": "3",
"id": "f8dcaa5d-61e0-454c-a8ed-128350b4dba4",
"semanticEntityID": "c7c04049-58ce-4edf-a509-46020e9bdafe",
"semanticEnumerationID": "16a6c56c-38d2-459b-a039-09357e2fd47e",
"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. |
|
| Response | ServiceItem |
None. |
|
| LatestDataTimestampUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.