---
title: "Delete a global parameter"
method: DELETE
path: "/parameters/{parameterId}"
tags: ["Parameters"]
---

# Delete a global parameter

`DELETE /parameters/{parameterId}`

Delete an existing global parameter

## Path parameters

- `parameterId` string, required

## Response `200`

Settings

- object
  - `id` string, required — Id of the global property
  - `result` 'success' | 'error', required — Result of the request
  - `action` 'deleteParameter', required — The id of the action
  - `data` object, required — Parameters
    - `parameters` Parameter[], required
      - `id` string, required — Name of the parameter
      - `value` string, string or JSON — Value of the parameter
      - `description` string — Description of the parameter
      - `overridable` boolean — Is the global parameter overridable by node

## Other responses

- `500` — Non existing global property

---

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