API REFERENCE / DOCUMENTS
Delete document Permanently deletes a draft, in-process, or signed document and its active stored PDF. This action cannot be undone. Documents pending sealing cannot be deleted. Download and safely store a signed document before deleting it.
DELETE /api/documents/{documentId}API key
Live response ⌁ Your response will appear here.
Send a request to the selected environment. Request example cURL JavaScript
curl -X DELETE 'https://sandbox-api.bink.fi/api/documents/' \
-H 'Accept: application/json' \
-H 'X-Api-Key: YOUR_API_KEY' Examples use a placeholder key. Replace it in your application.
Response reference Response status 200 400 401 403 404 502 {
"message" : "Document deleted"
} Response schema INTEGRATION NOTE Use webhooks to follow signing progress without repeatedly polling the API.
Learn more Confirm production request This will run Delete document against production and may consume credits, send invitations, or permanently delete data.
DELETE https://sandbox-api.bink.fi/api/documents/Cancel Run in production