Delete Document & Delete Template calls added to API
August 29th, 2018 by Stanislav Lazuta
PandaDoc API allows Delete Document and Delete Template.
API returns following HTTP statuses:
- "204 No Content" on successful deletion
- "403 Forbidden" if a document is deleted.
JSON response example if a document is already deleted:
{
"type": "permissions_error",
"detail": "You do not have permission to perform this action."
}