Reference
//
Soft-delete a customer by...
Marks an active customer as deleted. The record is retained but excluded from all active customer queries.
Security
oauth2ClientCredentials(Required scopes: customers:write)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/customers/{id}
- Productionhttps://api.boyahq.com/v2/customers/{id}
- Sandboxhttps://sandbox.api.boyahq.com/v2/customers/{id}
curl -i -X DELETE \
https://developer.boyahq.com/_mock/v2/openapi/customers/64f4205154a6357a7f85f656 \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string'