Skip to main content

Delete Forms

Description: To delete a form, a HTTP DELETE request is made to the URL with the form ID and session token.

Method: DELETE

URI: /forms/form_id/

Headers: Authorization: Third party based authorization header

Returns

FieldTypeDescription
MessageStringMessage relating to the update.

Example

Request
curl https://app-api.reiformslive.com.au/forms/1 \
--request DELETE \
--header "Authorization: Basic YTlkOWIwYItNGY4Yi1hYTQxLTI5NzZmMTcyZmEyMQ=="
Response
{
"message": "The form was successfully deleted."
}