DELETE

/payment-services/{payment_service_id}

curl --request DELETE \
  --url https://api.sandbox.{gr4vy_id}.gr4vy.app/payment-services/{payment_service_id} \
  --header 'Authorization: <authorization>'
This response has no body data.

This endpoint requires the payment-services.write scope.

Authorizations

Authorizationheaderrequired
string

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

payment_service_idrequired
string

The ID of the payment service.

Response

204