invoices_share_links_revoke
Revoke a share link for an invoice to permanently block access. Provide the invoice UUID and link ID from invoices_share_links_list to make the link inaccessible immediately.
Instructions
Revoke/delete a share link for an invoice, making it permanently inaccessible. Get linkId from invoices_share_links_list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Invoice UUID | |
| linkId | Yes | Share link ID to revoke (from invoices_share_links_list) | |
| companyId | No | Company UUID override (uses active company if not set) |