DELETE

Delete Workflow

Permanently deletes a Workflow.

DELETEhttps://api.vantaxai.com/v1/workflows/{workflow_id}

Irreversible

Deleting a Workflow disarms its trigger and cannot be undone. Past execution records are retained for audit.

Headers

  • Authorizationstringrequired

    Bearer authentication with your secret API key.

    example: Bearer vx_live_3fa9c2…

Path Parameters

  • workflow_idstringrequired

    The Workflow to delete.

    example: wf_4c81a0

Request

curl -X DELETE https://api.vantaxai.com/v1/workflows/wf_4c81a0 \
  -H "Authorization: Bearer vx_live_3fa9c2..."

Response

{
  "success": true,
  "message": "Workflow deleted successfully"
}