Super AdminDelete Namespace

Delete Namespace

Delete an entire namespace including all data, tokens, and metadata. This operation is irreversible and runs asynchronously.

{
  "namespace_to_be_deleted": "customer_ns_1"
}
{
  "data": {
    "tracking_id": "9f799cb6-5315-4199-8d47-3a7ced21dd1d",
    "status": "PENDING",
    "job_type": "namespace-deletion"
  },
  "success": true,
  "error": { "message": "" }
}

Deletes an entire namespace including all data and metadata. This operation is irreversible and runs asynchronously.

Endpoint

MethodEndpoint
PUThttps://<domain>/api/vault/super-admin/namespace/delete

Use the Track Namespace Jobs API to monitor deletion progress.

Deleting a namespace removes all stored token mappings, policies, custom PII configurations, audit logs, and user tokens. This operation cannot be undone.