curl --request DELETE \
--url https://api.example.com/v1/ui/customers/{id}Soft-deletes a customer. The customer data is preserved but hidden from active listings. Only customers belonging to the authenticated provider can be deleted.
curl --request DELETE \
--url https://api.example.com/v1/ui/customers/{id}Customer ID
"507f1f77bcf86cd799439011"
Customer soft-deleted successfully