---
title: "POST /api/packages/remove"
method: POST
path: "/api/packages/remove"
---

# POST /api/packages/remove

`POST /api/packages/remove`

## Request body

- RemovePackageRequest
  - `group` string, nullable
  - `package` string, required

## Response `200`

Uninstall package

- PackageOperationResponse
  - `error` string, nullable
  - `success` boolean, required

---

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