Skip to main content

Delete a User Template

Description: To delete a user template a HTTP DELETE request is made to the URL with the session token.

Method: DELETE

URI: /user-templates/user_template_id/

URI Parameters

  • template_id: The ID of the user template

Headers: Authorization: Third party based authorization header

Returns

FieldTypeDescription
MessageStringMessage relating to the update.

Example

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