---
title: "Delete parameters"
method: POST
path: "/api/synthetics/params/_bulk_delete"
tags: ["synthetics"]
---

# Delete parameters

`POST /api/synthetics/params/_bulk_delete`

**Spaces method and path for this operation:**

<div><span class="operation-verb post">post</span>&nbsp;<span class="operation-path">/s/{space_id}/api/synthetics/params/_bulk_delete</span></div>

Refer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.

Delete parameters from the Synthetics app.
You must have `all` privileges for the Synthetics feature in the Observability section of the Kibana feature privileges.

## Request body

- object
  - `ids` string[] — An array of parameter IDs to delete.

## Response `200`

A successful response.

- object[]
  - `deleted` boolean — Indicates whether the parameter was successfully deleted. It is `true` if it was deleted. It is `false` if it was not deleted.
  - `id` string — The unique identifier for the deleted parameter.

---

[API](https://skmtc.net/elastic/apis/kibana-apis.md) · [All operations](https://skmtc.net/elastic/apis/kibana-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elastic/kibana-apis/versions/531c9e2a7d23/schema)
