Skip to main content

Delete Master Workflow

DELETE /master-workflows/{id}

Soft-delete a master workflow by setting is_active to false. The record is preserved for historical reference.

Path Parameters

ParameterTypeRequiredDescription
idstring (uuid)YesMaster 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.

404 — Master workflow not found

500 — Internal server error