Skip to main content

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
curl http://app-api.reiformslive.com.au/forms/1/remote_sign \
--request DELETE \
--header "content-type: application/json" \
--header "Authorization: Basic YTlkOWIwYItNGY4Yi1hYTQxLTI5NzZmMTcyZmEyMQ==" \