---
title: "Delete a Configuration"
method: DELETE
path: "/configurations/{config-name}"
tags: ["Configs/Configurations"]
---

# Delete a Configuration

`DELETE /configurations/{config-name}`

## Path parameters

- `config-name` string, required

## Request body

- object
  - `domain` string — This is the main organization name. This is used to link resource to its group/tenant/organization/enterprise. ~ and * can be used alone in special cases to mean My Domain (~) and All Domains (\*).
  - `admin-ui-account-type` string
  - `reseller` string
  - `user` string
  - `user-scope` string
  - `core-server` string

## Response `202`

- object
  - `code` integer, required
  - `message` string, required

## Other responses

- `400`
- `401`
- `404`

---

[API](https://skmtc.net/ns-api/apis/netsapiens-api-v2.md) · [All operations](https://skmtc.net/ns-api/apis/netsapiens-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ns-api/netsapiens-api-v2/revisions/d37f65b5b886/schema)
