DELETE
/
payment-services
/
{payment_service_id}
curl --request DELETE \
  --url https://api.{gr4vy_id}.gr4vy.app/payment-services/{payment_service_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

This endpoint requires the payment-services.write scope.

Authorizations

Authorization
string
header
required

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

Path Parameters

payment_service_id
string
required

The ID of the payment service.

Example:

"46973e9d-88a7-44a6-abfe-be4ff0134ff4"

Response

204
_mintlify/placeholder

Returns an empty response.