Payment service tokens
Delete payment service token
Deletes a specific payment service token.
DELETE
/
payment-methods
/
{payment_method_id}
/
payment-service-tokens
/
{payment_service_token_id}
This endpoint requires the payment-methods.write
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Was this page helpful?