⚠️ Beta Docs – Welcome page, Payment Demo, Webhooks, and NEAR docs are ready. Use Cases, API, Resources, SDK, and Release Notes are still being revised. View stable docs →
cURL
curl --request DELETE \ --url https://api.request.network/v2/payee-destination/{destinationId} \ --header 'Content-Type: application/json' \ --header 'Origin: <origin>' \ --header 'x-client-id: <x-client-id>' \ --data ' { "signature": "<string>", "nonce": "<string>" } '
Deactivate a payee destination with EIP-712 signature verification. Sets active=false without deleting the record.
Client ID for frontend authentication
Origin header (automatically set by browser)
The EIP-712 signature from the payee
^0x[a-fA-F0-9]{130}$
The signing session nonce from /signing-data endpoint
1
Payee destination deactivated successfully
Was this page helpful?