Envelopes
Delete an envelope
Permanently delete a canceled, failed, or completed envelope
DELETE
Permanently deletes an envelope. The envelope immediately becomes inaccessible through the API.Documentation Index
Fetch the complete documentation index at: https://signatureapi-daf4ee54.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Only envelopes with status
canceled, completed, or failed can be deleted. To delete an envelope in processing or in_progress status, cancel it first.Path parameters
The unique identifier of the envelope, in UUID format.
Returns
Returns a204 No Content status code on success, or an error otherwise.