cURL
curl --request DELETE \ --url https://api.pawpayments.com/api/v2/permanent/{address_id} \ --header 'x-api-key: <api-key>'
{ "ok": true, "result": { "deactivated": true, "id": "65f1c3a4e8b1c2d3a4b5c6f0" } }
Marks the address inactive and unsubscribes it from on-chain notifications.
Documentation IndexFetch the complete documentation index at: https://docs.pawpayments.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.pawpayments.com/llms.txt
Use this file to discover all available pages before exploring further.
Unique 24-character hex permanent address id.
OK
Show child attributes
{ "deactivated": true, "id": "65f1c3a4e8b1c2d3a4b5c6f0"}