DELETE
/
v4
/
workflows
/
{workflowId}
curl --request DELETE \
  --url https://api.kadoa.com/v4/workflows/{workflowId} \
  --header 'x-api-key: <api-key>'
"Workflow deleted"

Authorizations

x-api-key
string
header
required

Path Parameters

workflowId
string
required

The ID of the workflow to delete

Response

200
text/plain
Workflow deleted successfully

The response is of type string.