DELETE Application/DeleteSemanticContext
Request Information
URI Parameters
None.
Body Parameters
SemanticContextName | 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": "b32f4037-dae8-4765-a3ff-54f7aca77c27", "Name": "sample string 2", "SemanticEntities": [ { "$id": "2", "ID": "eb47afb4-4a46-4508-a400-12b5e3d5451e", "SemanticContextID": "952d52b4-1ae7-4d7e-8650-37878defb6d0", "SchemaName": "sample string 3", "Name": "sample string 4", "AssemblyQualifiedName": "sample string 5", "IsActive": true, "SemanticProperties": [ { "$id": "3", "ID": "865151cc-c34d-46e6-91d3-0561b989f47f", "SemanticEntityID": "0f9029da-8fb3-4b28-98a5-1367fc744077", "SemanticEnumerationID": "eb109526-871d-4661-9f69-0279d6841c0f", "Name": "sample string 3", "IsSynchronized": true }, { "$ref": "3" } ] }, { "$ref": "2" } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | 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.