Delete Form Files
Description: To delete a form file a HTTP DELETE request is made to the URL with the form ID and file ID.
Method: DELETE
URI: /forms/form_id/files/file_id
URI Parameters:
form_id: The ID of the form.
file_id: The ID of the form file.
Headers: Authorization: Third party based authorization header
Returns
Field | Type | Description |
---|---|---|
Message | String | Message relating to the update. |
Example
Request
Response