Skip to main content
DELETE
/
api
/
v1
/
secrets
/
{name}
Delete a secret
curl --request DELETE \
  --url http://localhost:8080/api/v1/secrets/{name} \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

Optional API key for authentication (enabled via application.yaml)

Path Parameters

name
string
required

Response

Success