Eventum Logo

Eventum

SecretsName

Delete Secret Value

Delete secret with specified name to keyring

DELETE
/secrets/{name}

Path Parameters

name*string

Secret name

Length1 <= length

Response Body

application/json

application/json

curl -X DELETE "https://eventum.example.com/api/secrets/string"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}
Empty