Void Remote Signing Request
Description: To void a remote signing request, a HTTP DELETE request is made to the URL with the form ID. This can only be performed by the user which created the remote signing request.
Method: DELETE
URI: /forms/form_id/remote_sign
URI Parameters
- form_id: The ID of the form.
Headers: Authorization: Third party based authorization header
Returns: Returns 204
status code on success with no response body.
Example
Request