A buyer can be deleted by calling the DELETE /buyers/{buyer_id} API.

Although this API deletes the buyer resource, it does not delete any associated payment methods and transactions. Instead, it only disassociates these from the buyer resource.

The API returns an empty response once the buyer was deleted.