Delete a configuration key.Replicates by default; config-server deletes it on one server only, with the same caveats as an update. The delete is keyed on the configuration name alone — any other field in the body is ignored rather than becoming an additional match condition.With verify=yes, a server reports config-applied: yes once it no longer holds the key.Requires the Super User scope.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Path Params
Query Params
Body Params application/json
Examples
Responses
🟢200OK
application/json
Accepted. Without verify=yes this is the bare {code, message} acknowledgement; with it, a per-server report.