Documill Leap
Breadcrumbs

Deleting a Signing Process

Purpose

Integrators can use this endpoint to request Leap to permanently delete all data associated with a signing process. This includes:

  • The document, both the original and signed versions

  • The signer list and any additional recipients

  • All event logs and notification logs related to the signing process

Once deleted, the signing process and its data cannot be recovered.


Request

Method

DELETE

API endpoint path

https://api.leap.documill.com/api/v1/external/sign-only-api/projects/{projectId}

Accept

header

*/*

Authorization

header

Your External API Key

Parameters

projectId

The ID of the signing process.
Should be available when starting a signing process (see Starting a Signing Process).

Response

Code

Notes

204

NO CONTENT

The signing process has been deleted.

403

FORBIDDEN

The projectId might point to a Leap project not created via Sign API.

404

NOT_FOUND

Please check if projectId is valid. Alternatively, the signing process might have been previously deleted.