Skip to main content
DELETE
/
master-workflows
/
{id}
Delete master workflow
curl --request DELETE \
  --url https://api.getnexor.ai/api/public/master-workflows/{id} \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "message": "Master workflow deactivated"
}

Authorizations

X-API-Key
string
header
required

API key for authentication. Keys are prefixed with nxr_live_.

Path Parameters

id
string<uuid>
required

Master workflow ID

Response

Master workflow deactivated

success
boolean
Example:

true

message
string
Example:

"Master workflow deactivated"

Last modified on June 18, 2026