Delete Master Workflow
/master-workflows/{id}
Soft-delete a master workflow by setting is_active to false. The record is preserved for historical reference.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string (uuid) | Yes | Master workflow ID |
Example
curl -X DELETE https://api.getnexor.ai/api/public/master-workflows/123e4567-e89b-12d3-a456-426614174000 \
-H "X-API-Key: nxr_live_your_api_key"
Responses
200 — Master workflow deactivated
{
"success": true,
"message": "Master workflow deactivated"
}
401 — Authentication error
See Authentication.