ZapSign API
ZapSign API Documentation
Search
K
Comment on page

Delete document

delete
https://api.zapsign.com.br
/api/v1/docs/{{doc_token}}/
Delete document
Delete a document. Attention: this endpoint is just a soft delete of the document, that is, it will continue to be accessible via API and saved in ZapSign's database. The document will only be hidden from the web interface for end users. The delete action is no-return, and will change the "deleted" and "deleted_at" fields of the document. Note: the request method is DELETE. If you use GET or POST it will not have the desired effect
Parameters
Header
Authorization*
string
apiToken ahead of the "Bearer" text.
Ex: Bearer c7f35c84-7893-4087-b4fb-d1f06c23
Responses
200
Document deleted successfully

Request