Delete custom secret
DELETE /api/v1/secrets/{secret_id}
Delete a custom secret. Removes a custom secret for the authenticated user. Returns: 200: Secret deleted successfully 404: Secret not found 500: Error deleting secret
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
secret_id | path | string | yes | — |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
message | string | yes | — |
Operation ID: delete_custom_secret_api_v1_secrets__secret_id__delete