---
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.

---

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