Payment services
Delete payment service
Deletes a specific active payment service.
DELETE
/
payment-services
/
{payment_service_id}
This endpoint requires the payment-services.write
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the payment service.
Was this page helpful?