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": "2686f9cf-cc7c-4b88-8136-400b101b8767",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "7a38b80a-825f-40f1-b02c-cc968ecd434e",
"SemanticContextID": "83da81b5-6d65-4997-a7ad-01fb2c4fc29b",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "c7a2fd24-2084-4234-b254-314bb8c13979",
"SemanticEntityID": "1cf65546-7501-407d-a2a7-33e5d9bb66fd",
"SemanticEnumerationID": "acf1c6d0-a833-4acb-b3db-63c6f148b431",
"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.