---
title: "Unregister multiple clients"
method: POST
path: "/api/v1beta/clients/unregister"
tags: ["clients"]
---

# Unregister multiple clients

`POST /api/v1beta/clients/unregister`

Unregister multiple clients from ToolHive

## Request body

- union
  - object
  - PkgApiV1BulkClientRequest
    - `groups` string[] — Groups is the list of groups configured on the client.
    - `names` GithubComStacklokToolhivePkgClientClientApp[] — Names is the list of client names to operate on.

## Response `204`

No Content

## Other responses

- `400` — Invalid request or unsupported client type

---

[API](https://skmtc.net/stacklok/apis/toolhive-api.md) · [All operations](https://skmtc.net/stacklok/apis/toolhive-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stacklok/toolhive-api/versions/43b22ce40564/schema)
