---
title: "remove tools"
method: DELETE
path: "/pkgs/tools/installed/{packager}/{name}/{version}"
tags: ["tools"]
---

# remove tools

`DELETE /pkgs/tools/installed/{packager}/{name}/{version}`

## Path parameters

- `packager` string, required
- `name` string, required
- `version` string, required

## Request body

- ToolsRemoveRequestBody
  - `checksum` string — A checksum of the archive. Mandatory when url is present. This ensures that the package is downloaded correcly.
  - `signature` string — The signature used to sign the url. Mandatory when url is present. This ensure the security of the file downloaded
  - `url` string — The url where the package can be found. Optional. If present checksum must also be present.

## Response `200`

OK response.

- ToolsRemoveResponseBody — RemoveResponseBody result type (default view)
  - `status` string, required — The status of the operation

---

[API](https://skmtc.net/arduino/apis/arduino-create-agent.md) · [All operations](https://skmtc.net/arduino/apis/arduino-create-agent/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arduino/arduino-create-agent/versions/95e99312309c/schema)
