SSharaFormsDocs
Forms

Delete Form

Permanently delete a form and all of its submissions.

DELETE/open/forms/{id}

Permanently delete a form and all of its submissions.

#Authentication & Scope

Requires a Personal Access Token that includes the forms-write ability.

#Request

http
DELETE /open/forms/{id} HTTP/1.1
Host: api.sharaforms.com
Authorization: Bearer <token>

#Path Parameters

ParameterTypeDescription
idnumberNumeric ID of the form to delete

#Response

204 No Content – Form successfully deleted.

403 Forbidden – The token lacks forms-write or you are not allowed to delete this form.