DELETE /public/v2/notary/notarization-requests/{session_request_id}
Use this method to delete a notarization request. Once notarization request is deleted it cannot be restored.
🚧 Notarization Request status
You can only delete a notarization request in status 'SENT', 'WAITING_FOR_NOTARY' or 'INCOMPLETE'. If the notarization request is in any other status, the request will return a 400 Bad Request error.
By default all invitees will receive email notification about deletion of the notarization request.
If you want to disable this notification, you can use the disable_invitees_notifications parameter when creating request (see Create Notarization Request).
Servers
- https://api.pandadoc.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
session_request_id |
String | Yes |
Notarization Request ID. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.