Deletion
Delete Tenant Data
Request deletion for one tenant
DELETE
Deletes active Nova data scoped to one tenant external ID.
This endpoint requires only a valid API key.
X-Tenant-Id isn’t required because the tenant external ID is in the path.
Behavior
The endpoint returns202 Accepted with a deletionRequest.id. Deletion runs in the background.
Poll Get Deletion Request Status until the request is completed or failed.
Unknown tenants are accepted without creating a tenant record or revealing whether active data existed.