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
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
payment_service_id
string
requiredThe ID of the payment service.
Was this page helpful?