Documill Leap
Breadcrumbs

Canceling a Signing Process

Purpose

Integrators can use this endpoint to mark a signing process as canceled. Once canceled, the signing process is permanently stopped and signers can no longer sign the document. If needed, the signing process can later be removed using the API for Deleting a Signing Process .

Canceled signing processes cannot be resumed.

Request

Method

PUT

API endpoint path

https://api.leap.documill.com/api/v1/external/sign-only-api/projects/cancel/{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 is marked as canceled.

400

BAD_REQUEST

Please check if projectId is valid. Alternatively, the signing process might have been previously completed and cannot be marked as canceled.

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.