Reach: Forms
Delete form
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.
delete/api/reach/v1/profiles/{profileUuid}/forms/{formUuid}
Path parameters
profileUuidstring required
Example:550e8400-e09b-41d4-a716-400055000000
Profile uuid parameter
formUuidstring required
Example:550e8400-e09b-41d4-a716-400055000000
Form uuid parameter
Response
Success empty response
Example response
{
"message": "Request accepted"
}