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>'

Documentation Index

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

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

Authorizations

x-api-key
string
header
required

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

Path Parameters

name
string
required

Response

Success