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
Example response
{
"message": "success"
}