Skip to main content
DELETE
/
api
/
v1
/
vault
/
entries
/
{agent}
/
{service}
Remove vault entry
curl --request DELETE \
  --url http://localhost:3000/api/v1/vault/entries/{agent}/{service} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "data": {
    "removed": true
  }
}

Authorizations

Authorization
string
header
required

API key passed as a Bearer token. Configure via the apiKeys field in polpo.json or the POLPO_API_KEY environment variable.

Path Parameters

agent
string
required
service
string
required

Response

Result

ok
boolean
required
data
object
required