DELETE
/
open
/
forms
/
{id}
curl --request DELETE \
  --url https://api.opnform.com/open/forms/{id} \
  --header 'Authorization: Bearer <token>'

Delete Form

Permanently delete a form and all of its submissions.

Authentication & Scope

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

Request

DELETE /open/forms/{id} HTTP/1.1
Host: api.opnform.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.

Authorizations

Authorization
string
header
required

Personal Access Token

Path Parameters

id
number
required

Response

204

Deleted