Delete customer
DELETE/affiliate-manager/:locationId/affiliates/:affiliateId/customer/:customerId
Delete a lead or customer for an affiliate.
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location Id
affiliateId stringrequired
Affiliate Id
customerId stringrequired
Customer Id
Successful response
- application/json
- Schema
- Example (auto)
Schema
succeededbooleanrequired
Whether the lead/customer was deleted
{
"succeeded": true
}