Skip to main content
DELETE
/
api
/
v1
/
config
/
overlay
/
{path}
Delete a config overlay path
curl --request DELETE \
  --url http://localhost:4000/api/v1/config/overlay/{path} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "<string>",
    "message": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

path
string
required

Response

Path deleted

Last modified on March 31, 2026