Delete an AI workflow
curl --request DELETE \
--url https://api.wacht.dev/ai-workflows/{workflow_id} \
--header 'Authorization: Bearer <token>'
This response does not have an example.
JWT Bearer token authentication using the Authorization header
(i64 formatted as string)
AI workflow deleted successfully
curl --request DELETE \
--url https://api.wacht.dev/ai-workflows/{workflow_id} \
--header 'Authorization: Bearer <token>'
This response does not have an example.