Skip to main content

Void an envelope

Voiding cancels an in-progress envelope. Signers who had not yet signed are notified that the request has been withdrawn.

DELETE /v1/envelopes/{id}
curl -X DELETE https://api.permissio.us/v1/envelopes/$ENV_ID \
-H "Authorization: Bearer $PERMISSIO_KEY"

Envelopes in completed cannot be voided.