DELETE
/
v1
/
envelopes
/
{envelope_id}
// DELETE https://api.signatureapi.com/v1/envelopes/{envelope_id}
// X-API-Key: key_test_...
Once deleted, the envelope immediately becomes inaccessible. A deleted envelope can be recovered via a support request within 14 days of deletion. After this period, the envelope cannot be recovered.
Only envelopes with status canceled, failed or completed can be deleted.

Path Parameters

envelope_id
uuid
required
The unique identifier of the envelope.

Returns

Returns a 204 No Content status code if successful, or an error otherwise.
// DELETE https://api.signatureapi.com/v1/envelopes/{envelope_id}
// X-API-Key: key_test_...