Deletes the list of Customers associated with the id's passed in body of request.

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

dealership_id
integer
required
The id of the dealership

customer_ids
array of strings
required
One or more customer ids sent in body of request

customer_ids*
ADD string

api-version
integer
required
Target API version

204
Successful Customer deletion

# ``400      Bad Request

# ``422      Unprocessable Content

ShellNodeRubyPHPPython

Bearer

Base URL
https://api.dealerware.com/admin/dealerships/{dealership_id}/customers

xxxxxxxxxx

curl --request DELETE \
 
     --url https://api.dealerware.com/admin/dealerships/dealership_id/customers \
 
     --header 'accept: application/json'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

400422