DELETE api/documents/{id}
Deletes the document template with the specified ID. If the template is a global template, it will delete all of the accounting office- and company-level templates with the same name as well.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Document template ID. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.