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
This endpoint requires the buyers.write
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique ID for a buyer.
Was this page helpful?