Skip to main content
POST
/
api
/
address
/
delete
Delete Address
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"
  }
}

Authorizations

Authorization
string
header
required

You can retrieve your token by visiting your dashboard and clicking Generate API token under your profile in top right.

Body

application/json
data
object
Example:
[]

Response

Address Deleted Successfully

data
object