DELETE Application/DeleteSemanticEntity
Request Information
URI Parameters
None.
Body Parameters
SemanticEntityName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
SemanticContextID | globally unique identifier |
Required |
|
SchemaName | string |
Required |
|
Name | string |
Required |
|
AssemblyQualifiedName | string |
None. |
|
IsActive | boolean |
Required |
|
SemanticProperties | Collection of SemanticProperty |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": "62797fe2-515d-4d87-9805-c5571bac5402", "SemanticContextID": "39e764b1-317b-4e6c-8673-ab20cfde6f55", "SchemaName": "sample string 3", "Name": "sample string 4", "AssemblyQualifiedName": "sample string 5", "IsActive": true, "SemanticProperties": [ { "$id": "2", "ID": "4588dc22-1889-4644-933b-6fee8d3bffd1", "SemanticEntityID": "d001aef0-65c0-4ff3-9d51-5afbcb7268d6", "SemanticEnumerationID": "afeb67d1-50a3-436f-bb47-e86f2c949d40", "Name": "sample string 3", "IsSynchronized": true }, { "$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.