Buyers
Delete buyer
Deletes a buyer record. Any associated stored payment methods will remain in the system but no longer associated to the buyer.
DELETE
/
buyers
/
{buyer_id}
This endpoint requires the buyers.write
scope.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
buyer_id
string
requiredThe unique ID for a buyer.
Was this page helpful?