Skip to main content
POST
/
api
/
customer
/
delete
Delete Customer
curl --request POST \
  --url https://app.dimepayments.com/api/customer/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "data": [],
  "filters": []
}
'
{
  "data": {
    "uuid": "66f1c230-68cf-4d58-b47c-1bcb83adfddd",
    "first_name": "Ryan",
    "last_name": "Taylor",
    "phone": "+17707892072",
    "email": "rtaylor82@gmail.com",
    "addr1": "4655 Hwy 136 W",
    "addr2": "",
    "addr3": "",
    "city": "Dawsonville",
    "state": "GA",
    "zip": "30534",
    "country": "USA"
  }
}

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
required
Example:
[]
filters
object
Example:
[]

Response

data
object