Delete a form by ID

Deletes a form from the database by its ID.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

idstringRequiredformat: "^[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}$"
Form ID

Response

Status of delete

Errors

500
Internal Server Error