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

NameDescriptionTypeAdditional information
id

Document template ID.

integer

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.