Skip to main content
DELETE
/
workflows
/
{workflowId}
Delete a workflow
curl --request DELETE \
  --url https://worker.anon.com/api/v2/workflows/{workflowId}
{
  "message": "<string>"
}

Path Parameters

workflowId
string<uuid>
required
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$

Response

Successfully deleted workflow

message
string
required