curl --request DELETE \
--url https://api.ryvn.app/v1/orgs/{orgId}/secrets/{secretName} \
--header 'Authorization: Bearer <token>'This response has no body data.Permanently delete an organization-level secret from your Ryvn organization. Any installations still referencing it will fail to sync.
curl --request DELETE \
--url https://api.ryvn.app/v1/orgs/{orgId}/secrets/{secretName} \
--header 'Authorization: Bearer <token>'This response has no body data.Documentation Index
Fetch the complete documentation index at: https://ryvn.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the organization
"123456789012345678"
The name of the secret to operate on
63^[a-zA-Z][a-zA-Z0-9_-]*$"database-config"
Was this page helpful?