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 30 days of deletion. After 30 days, the envelope will be permanently deleted.

Only envelopes with status draft, canceled, failed or completed can be deleted.

Path Parameters

envelope_id
uuid
required

The unique identifier of an 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_...