---
title: "Deactivate payee destination"
method: DELETE
path: "/v2/payee-destination/{destinationId}"
tags: ["V2/Payee Destination"]
---

# Deactivate payee destination

`DELETE /v2/payee-destination/{destinationId}`

Deactivate a payee destination with EIP-712 signature verification. Sets active=false without deleting the record.

## Headers

- `x-client-id` string, required
- `Origin` string, required

## Request body

- object
  - `signature` string, required — The EIP-712 signature from the payee
  - `nonce` string, required — The signing session nonce from /signing-data endpoint

## Response `200`

Payee destination deactivated successfully

## Other responses

- `400` — Destination not found or validation failed
- `429` — Too Many Requests

---

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