POST api/Template/Delete
Request Information
URI Parameters
None.
Body Parameters
DeleteRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EncId | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"EncId": "sample string 1"
}
application/xml, text/xml
Sample:
<DeleteRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <EncId>sample string 1</EncId> </DeleteRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.