API reference
Platform
- Search
- Users
- Teams
- Tickets
- Tags
- Ticket tags
- Accounts
- Forms
- Comments
- Emoji actions
- Custom object fields
- Custom objects
- Object records
- Views
- Views types
- Draft tickets
- Storage
- Reactions
Workflows
- Workflows
Apps platform
- App creation
- App installation
- App uninstallation
- App reinstallation
- Incoming webhook
Forms
Delete forms
POST
/
v1
/
forms
/
delete
Copy
Ask AI
curl --request POST \
--url https://platform.thena.ai/v1/forms/delete \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"forms": [
{
"formId": "<string>",
"version": 123
}
]
}'
Authorizations
Enter your API key
Body
application/json
Response
204
Resource deleted successfully
Copy
Ask AI
curl --request POST \
--url https://platform.thena.ai/v1/forms/delete \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"forms": [
{
"formId": "<string>",
"version": 123
}
]
}'
Assistant
Responses are generated using AI and may contain mistakes.