Document
Delete Document by ID
The Delete Document by ID endpoint deletes permanently removes a document from an envelope.
DELETE
Delete Document by ID
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
A unique UUIDv4 string that identifies the envelope in the Nitro system.
A unique string that identifies the document in the Nitro system.
Response
Document deleted successfully
Previous
Update Document by IDThe **Update Document by ID** endpoint allows you to update an existing document's metadata within an envelope.
This endpoint performs a partial update on the document, changing only the provided fields while preserving all other properties.
Currently, only the document name can be updated.
Next
Delete Document by ID