Delete a customer record.
DELETE /buyers/{buyer_id}
curl -i -X DELETE "https://api.example.gr4vy.app/buyers/77a76f7e-d2de-4bbc-ada9-d6a0015e6bd5" \ -H "Authorization: Bearer [JWT_TOKEN]"
Was this page helpful?