Cancel a Dossier

When a dossier is created via the dashboard you can cancel it by deleting it. After deletion the dossier can no longer be viewed nor signed by any invitee.

To cancel a dossier via the API send a DELETE request to /dossiers/{dossierId}

The {dossierId} parameter is the dossier ID obtained after creating a dossier.

DELETE /dossiers/{dossierId}