Delete Document & Delete Template calls added to API

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."
}