Skip to main content
DELETE
/
v1
/
secrets
/
{id}
Delete Secret
curl --request DELETE \
  --url https://api.evergreens.ai/v1/secrets/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "message": "Secret deleted successfully"
}

Documentation Index

Fetch the complete documentation index at: https://docs.evergreens.ai/llms.txt

Use this file to discover all available pages before exploring further.

AuthorAuthor: Adnan Ali
Entity Reference:
SecretEntity
Delete a specific secret from your Tedi account using its unique identifier (ID). This endpoint permanently removes the secret and its associated value from your account, ensuring that it can no longer be accessed or used by any applications or services that were previously utilizing it.
{
  "status": true,
  "message": "Secret deleted successfully"
}