curl --request DELETE \
--url https://api.ryvn.app/v1/orgs/{orgId}/secrets/{secretName} \
--header 'Authorization: Bearer <token>'This response has no body data.Delete an organization secret. If this organization secret is currently in referenced in ryvn.yaml those secrets will be affected. In a subsequent sync, there will be “org secret reference not found” failures.
curl --request DELETE \
--url https://api.ryvn.app/v1/orgs/{orgId}/secrets/{secretName} \
--header 'Authorization: Bearer <token>'This response has no body data.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?