Delete Folder Share Link

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

Path Params
Headers
Responses
204

No Content if the share link was deleted successfully.

403

Forbidden if the app making the request does not have permission to the folder, or if the folder has been deleted, or does not exist.

404

Not 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.

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here!