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

Headers

kinetic-api-key
string | null

Path Parameters

workflow_uuid
string
required
workflow_version_uuid
string
required

Response

Successful Response

is_error
boolean
default:false
error_message
string | null