Operations

Delete an envelope

Permanently delete a canceled, failed, or completed envelope

DELETE
/ v1 / envelopes / {envelope_id}

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

envelope_id
uuid
required

The unique identifier of the envelope, in UUID format.

Returns

Returns a 204 No Content status code on success, or an error otherwise.

// DELETE https://api.signatureapi.com/v1/envelopes/{envelope_id}
// X-API-Key: key_test_...