cURL
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 } ] } '
{}
Enter your API key
Show child attributes
The ID of the form
The version of the form
Resource deleted successfully