revokeShareLink
Revokes an existing share link, making it no longer accessible.
Business Rules
- Revocation is permanent; a revoked link cannot be re-activated.
- The requester needs permission on the company that owns the link.
Error Scenarios
- **
NOT_FOUND**: when no share link exists for the given token. - **
BAD_REQUEST**: when the link is already revoked. - **
UNAUTHORIZED**: when the requester lacks permission on the company that owns the link.
Permissions Required
sharing:revoke_linkpermission
revokeShareLink(
input: RevokeShareLinkInput!
): ShareLink!
Arguments
revokeShareLink.input ● RevokeShareLinkInput! non-null input common
Parameters for RevokeShareLink
Type
ShareLink object common
Represents a share link for sharing resources with external users.