Delete form
Permanently delete a form together with its template.
Permanently delete a form together with its template.
A form that has already captured submissions cannot be deleted, so that the contacts it collected are never silently discarded - pause the form instead to stop it collecting new ones. Views alone do not block deletion.
Authorizations
AuthorizationstringRequired
API Token authentication
Path parameters
profileUuidstringRequiredExample:
Profile uuid parameter
550e8400-e09b-41d4-a716-400055000000formUuidstringRequiredExample:
Form uuid parameter
550e8400-e09b-41d4-a716-400055000000Responses
200
Success empty response
application/json
messagestringOptionalExample:
Request accepted401
Unauthenticated response
application/json
409
Error response
application/json
500
Error response
application/json
delete/api/reach/v1/profiles/{profileUuid}/forms/{formUuid}
DELETE /api/reach/v1/profiles/{profileUuid}/forms/{formUuid} HTTP/1.1
Host: developers.hostinger.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"message": "Request accepted"
}Last updated
Was this helpful?