cURL
curl --request DELETE \ --url https://hub.griff.services/secrets/{name} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>" }
Delete a secret by name from the configured provider.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response