Basker Docs

Delete Form

DELETE
/{version}/{tenant}/forms/{id}

Delete a Form. Rate limit: 20 requests per minute per API key.

Authorization<token>

Use format: users API-Key YOUR_API_KEY

In: header

Path Parameters

version*"2026-02"

API version

Default"2026-02"

Value in

  • "2026-02"
tenant*string

Tenant slug

id*string

Form ID

Response Body

application/json

application/json

curl -X DELETE "https://example.com/2026-02/string/forms/string"
{  "confirmationMessage": "string",  "confirmationType": "message",  "fields": [    {}  ],  "redirect": {    "type": "reference",    "reference": "string",    "url": "string"  },  "slug": "string",  "submitButtonLabel": "string",  "tenant": "string",  "title": "string"}