---
title: "Distrust a peering node"
method: DELETE
path: "/node/peers/trusted"
tags: ["node"]
---

# Distrust a peering node

`DELETE /node/peers/trusted`

## Request body

- PeeringTrustRequest
  - `netId` string, string, required — The NetID of the peer
  - `publicKey` string, string, required — The peers public key encoded in Hex

## Response `200`

Peer was successfully distrusted

## Other responses

- `401` — Unauthorized (Wrong permissions, missing token)

## Changes

- **2023-02-13** `1041f915f260` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/iotaledger/apis/wasp-api/changes/node/peers/trusted/delete.md)

---

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