DELETE /buyers/{buyer_id} API.
Buyers
Delete a buyer
Delete a customer record.
A buyer can be deleted by calling the
The API returns an empty response once the buyer was deleted.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a customer record.
DELETE /buyers/{buyer_id} API.
curl -i -X DELETE "https://api.example.gr4vy.app/buyers/77a76f7e-d2de-4bbc-ada9-d6a0015e6bd5" \
-H "Authorization: Bearer [JWT_TOKEN]"
await client.deleteBuyer("77a76f7e-d2de-4bbc-ada9-d6a0015e6bd5");
Was this page helpful?