Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://app.dimepayments.com/api/address/delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "data": [] }'
{ "data": { "message": "Address deleted successfully" } }
Remove an address from a customer.
You can retrieve your token by visiting your dashboard and clicking Generate API token under your profile in top right.
Show child attributes
[]
Address Deleted Successfully