Operations
Delete an envelope
Permanently delete a canceled, failed, or completed envelope
DELETE
Permanently deletes an envelope. The envelope immediately becomes inaccessible through the API.
Only envelopes with status
canceled, completed, or failed can be deleted. To delete an envelope in processing or in_progress status, cancel it first.Deleted envelopes can be recovered via a support request within 14 days. After 14 days, the data is permanently removed.
Path parameters
The unique identifier of the envelope, in UUID format.
Returns
Returns a 204 No Content status code on success, or an error otherwise.