---
title: "Delete server configuration variable"
method: DELETE
path: "/v1/server-config/{name}"
tags: ["Server"]
---

# Delete server configuration variable

`DELETE /v1/server-config/{name}`

Delete server configuration variable. Requires SERVER_CONFIG access right.

## Response `204`

Configuration variable deleted successfully

## Other responses

- `400` — Invalid variable name
- `401` — Unauthorized
- `403` — User does not have SERVER_CONFIG access right
- `404` — Configuration variable does not exist or is not visible
- `500` — Database failure

## Changes

- **2026-09-16** `d8d0c36484d6` — 1 info
  - added the non-success response with the status `404`
- **2026-09-15** `6eac6acac8bf` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/netxms/apis/netxms-api/changes/v1/server-config/:name/delete.md)

---

[API](https://skmtc.dev/netxms/apis/netxms-api.md) · [All operations](https://skmtc.dev/netxms/apis/netxms-api/llms.txt) · [OpenAPI document](https://skmtc.dev/netxms/apis/netxms-api/revisions/a81265c49fa9?raw)
