Delete a Document
DELETE/documents/:DOC_ID
Deletes a Document by its ID. Deletion behaves similarly to deleting a
SignatureRequest and does not necessarily remove the object from the
system immediately.
If more than one participant is involved, the DELETE request only removes
the current user from the Document.
The system permanently removes the Document once the last user deletes it
via the Skribble web application.
Request
Responses
- 200
- 400
- 401
- 404
- 429
- 500
- 503
OK
Bad request
Unauthorized
Not found
Too many requests
Internal server error
Service unavailable