> ## 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 User Secret

Delete a user secret by its ID for the current user.

* **Method:** DELETE
* **Path:** `/api/v1/user-secrets/{secret_id}`

## Path Parameter

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

## Response

Returns a 204 No Content response on success.

<OpenAPIPlayground endpoint="/api/v1/user-secrets/{secret_id}" method="DELETE" />
