Delete Tenant
Deletes a tenant and cleans up its jobs, download tasks, Traversal configs, schedules, tasks and run history, cached and scraped data, and retrieval-index data across backing services
Endpoint
DELETE /api/v3/tenants/{tenantId}
Path Parameters
| Name | Type | Description |
|---|---|---|
| tenantId | string | Required. Tenant identifier whose data should be deleted |
Responses
204 (No Content)
Returns void with no response body after deleting the tenant.