> ## Documentation Index
> Fetch the complete documentation index at: https://hexelstudio.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Tenant Secret

Delete a secret by its ID for a specific tenant.

* **Method:** DELETE
* **Path:** `/api/v1/tenants/{tenant_id}/secrets/{secret_id}`

## Path Parameters

* `tenant_id` (integer, required): The ID of the tenant
* `secret_id` (integer, required): The ID of the secret

## Response

Returns a 204 No Content response on success.

<OpenAPIPlayground endpoint="/api/v1/tenants/{tenant_id}/secrets/{secret_id}" method="DELETE" />
