POST
/
payment-links
/
{payment_link_id}
/
expire
curl --request POST \
  --url https://api.{gr4vy_id}.gr4vy.app/payment-links/{payment_link_id}/expire \
  --header 'Authorization: Bearer <token>'
This response has no body data.

This endpoint requires the payment-links.write scope.

Authorizations

Authorization
string
header
required

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

Path Parameters

The ID of the payment link to expire.