DELETE
/
payment-methods
/
{payment_method_id}
/
payment-service-tokens
/
{payment_service_token_id}
curl --request DELETE \
  --url https://api.{gr4vy_id}.gr4vy.app/payment-methods/{payment_method_id}/payment-service-tokens/{payment_service_token_id} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

This endpoint requires the payment-methods.write scope.

Authorizations

Authorization
string
header
required

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

Path Parameters

payment_method_id
string
required

The ID of the payment method.

payment_service_token_id
string
required

The ID of the payment service token.