Clipform
Forms

Permanently delete a form

Permanently deletes a form and its nodes, trashed or not.

DELETE
/forms/{formId}/permanent

Authorization

bearerAuth
AuthorizationBearer <token>

API key (cf_*) passed as Bearer token

In: header

Path Parameters

formId*string

Response Body

application/json

curl -X DELETE "https://example.com/forms/497f6eca-6276-4993-bfeb-53cbbbba6f08/permanent"
Empty
{  "code": "VALIDATION_ERROR",  "error": "string",  "details": null}