v5

latestOpenAPI 3.0.0raw.githubusercontent.com2025-11-284413.7 KB
Secrets

Delete a secret

Removes a specific secret by its key from the secrets bucket

delete/secrets/{key}

Path parameters

keystring required

The key of the secret to delete

Response

Secret deleted successfully

messagestring

Example response

{
  "message": "success"
}