---
title: "Unset multiple variables in the Value Space"
method: PUT
path: "/mimic/agent/{agentNum}/value/munset"
tags: ["Valuespace"]
---

# Unset multiple variables in the Value Space

`PUT /mimic/agent/{agentNum}/value/munset`

This is a performance optimization of the mimic value unset command, to be used when many variables are to be unset.

## Path parameters

- `agentNum` integer, required

## Request body

- array[]
  - string[]

## Response `200`

successful operation

- string

## Other responses

- `400` — Invalid agent number value

---

[API](https://skmtc.dev/gambitcomm/apis/mimic-rest-api.md) · [All operations](https://skmtc.dev/gambitcomm/apis/mimic-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gambitcomm/mimic-rest-api/revisions/eb67c54e9ec9/schema)
