---
title: "Remove configuration parameters"
method: POST
path: "/v1/private/agent-configs/blueprints/remove-keys"
tags: ["Agent Configs"]
---

# Remove configuration parameters

`POST /v1/private/agent-configs/blueprints/remove-keys`

Removes configuration parameters by creating a new blueprint that closes the specified keys. Returns 204 if no changes were needed (idempotent).

## Request body

- AgentConfigRemoveValues
  - `project_id` string, uuid — Project ID. Either project_id or project_name must be provided
  - `project_name` string — Project name. Either project_id or project_name must be provided
  - `keys` string[], required

## Response `201`

Created

## Other responses

- `204` — No changes needed (no config or keys already removed)
- `401` — Unauthorized

---

[API](https://skmtc.net/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.net/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/versions/4ed2fbc97cc3/schema)
