Revoke a client share link
revoke_brand_sharePermanently withdraw a client's access to a shared brand project. Once revoked, the shared link stops working forever and cannot be restored; use for leaked links or ended engagements.
Instructions
Withdraw the client's access permanently. The /p/ URL stops resolving wherever it was pasted, including in an email already sent. NOT UNDOABLE: sharing again mints a new token and deliberately never the old one, so a withdrawn link can not be brought back to life. This tool requires confirm: true; without it nothing changes. Reach for update_brand_share with enabled: false instead when the client should see it again later — that is the reversible one, and it is almost always what is wanted. Revoking is for a link that leaked or an engagement that ended. The project, its variations and the comments the client already left all survive; only the access is withdrawn. Requires the kits:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be exactly true. Required because revoking is permanent. | |
| projectId | Yes | Owned brand project id from list_brand_projects. |