Network tokens
Delete network token
Deletes a specific network token.
DELETE
/
payment-methods
/
{payment_method_id}
/
network-tokens
/
{network_token_id}
This endpoint requires the payment-methods.write
scope.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
payment_method_id
string
requiredThe ID of the payment method.
network_token_id
string
requiredThe ID of the network token.
Was this page helpful?