---
title: "Removes a joiner from the node"
method: DELETE
path: "/node/commissioner/joiner"
tags: ["node"]
---

# Removes a joiner from the node

`DELETE /node/commissioner/joiner`

## Request body

- string — Joiner ID to remove, can be either: - An EUI64 in the form of a 16 character hex string - A discerner in the form of the discerner hex value (optionally with leading 0x) and bit length separated by a '/'

## Response `200`

Successfully removed joiner.

## Other responses

- `204` — Joiner not found.
- `400` — Invalid request body.
- `409` — request rejected because commissioner is not active.

## Changes

- **2024-12-16** `7d8f31f26205` — 1 info
  - endpoint added
- **2023-05-10** `54157cc83c30` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/openthread/apis/swagger-openthread-rest-api/changes/node/commissioner/joiner/delete.md)

---

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