cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#DROPBOX_SIGN_CANCEL_INCOMPLETE_SIGNATURE_REQUEST' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "DROPBOX_SIGN_CANCEL_INCOMPLETE_SIGNATURE_REQUEST", "parameters": { "signatureRequestId": "<string>" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Signature Request ID : Specify the Signature Request ID of the request to cancel incomplete signature request. (example: "fa5c8a0b0f492d768749333ad6fcc214c111e967")
Success
Was this page helpful?