Delete workflow
Delete a workflow and clean up its solution, agent sessions, and table sources.
DELETE
/api/workflows/{id}Path parameters
idstringrequiredRequest
curl
curl -X DELETE https://platform.trickest.com/api/workflows/{id} \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Workflow deleted
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring