delete
https://api.lucid.co/folders//shares/shareLinks/
Deletes a share link on a folder.
This endpoint will only delete share links created by the same OAuth2.0 client.
Note: When a share link is deleted, all users who previously accessed the folder via that link will immediately lose access.
Valid Authentication Methods
OAuth 2.0 User Token Scopes:
- folder
204No Content if the share link was deleted successfully.
403Forbidden if the app making the request does not have permission to the folder, or if the folder has been deleted, or does not exist.
404Not Found if the share link id with the specified folder id does not belong to the folder, does not exist, or the requesting app did not create the share link.