---
title: "Uninstall a package"
method: DELETE
path: "/api/package"
tags: ["Packages"]
---

# Uninstall a package

`DELETE /api/package`

Uninstalls an installed package. Returns a `task_id` for polling.
Requires `admin` or `developer`.

## Query parameters

- `package` string, required
- `restart` 0 | 1

## Response `200`

Uninstallation started.

- TaskId
  - `task_id` string, required — Opaque identifier that can be passed to a status endpoint.

## Other responses

- `400` — Bad request.
- `403` — Access denied.

---

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