Skip to main content
DELETE
/
api
/
workflows
/
{workflow_uuid}
Delete Workflow
curl --request DELETE \
  --url https://api.example.com/api/workflows/{workflow_uuid}
{
  "is_error": false,
  "error_message": "<string>"
}

Headers

kinetic-api-key
string | null

Path Parameters

workflow_uuid
string
required

Response

Successful Response

is_error
boolean
default:false
error_message
string | null