Network tokens
Delete network token
Deletes a specific network token.
DELETE
/payment-methods/{payment_method_id}/network-tokens/{network_token_id}
curl --request DELETE \
--url https://api.sandbox.{gr4vy_id}.gr4vy.app/payment-methods/{payment_method_id}/network-tokens/{network_token_id} \
--header 'Authorization: <authorization>'
This response has no body data.
This endpoint requires the payment-methods.write
scope.
Authorizations
Authorizationheaderrequired
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
payment_method_idrequired
string
The ID of the payment method.
network_token_idrequired
string
The ID of the network token.
Response
204
curl --request DELETE \
--url https://api.sandbox.{gr4vy_id}.gr4vy.app/payment-methods/{payment_method_id}/network-tokens/{network_token_id} \
--header 'Authorization: <authorization>'
This response has no body data.