Delete Form
Delete a Form. Rate limit: 20 requests per minute per API key.
Authorization
apiKey Authorization<token>
Use format: users API-Key YOUR_API_KEY
In: header
Path Parameters
version*string
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://api.basker.app/partners/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"
}Empty
{
"error": "Too Many Requests",
"message": "Rate limit exceeded. Please retry later."
}