Revokes one or more payment links. At least one of link_id (body) or email must be provided. If email is given, all active links for that email address are revoked. Requires internal-admin or org-admin role.
Bearer JWT for user-facing flows (Bearer eyJraWQ...), or the literal string NONE when authenticating via API key.
"Bearer eyJraWQ..."
API key for server-to-server flows, or the literal string NONE when authenticating via JWT.
"pcx_abc123_xxxx"
The unique ID of the payment link to revoke.
"lnk_a1b2c3d4"
If provided, revokes all active links associated with this email address (in addition to the path link_id).
"customer@example.com"
Explicit link ID override in body (at least one of body link_id or email must be provided, or rely on path param).
"lnk_a1b2c3d4"
Link(s) revoked successfully.
"Payment link revoked successfully"