These docs are for v1.0. Click to read the latest docs for v1.4.

Delete Document Share Link

Deletes a share link on a document. It supports only User token type.

📘

This endpoint will only delete share links created by the same OAuth2.0 client

Valid Access Token Types

User

Valid Access Scopes

lucidchart.document.content.share.link

lucidchart.document.app.picker.share.link

lucidchart.document.app.folder

lucidscale.document.content.share.link

lucidscale.document.app.picker.share.link

lucidscale.document.app.folder

lucidspark.document.content.share.link

lucidspark.document.app.picker.share.link

lucidspark.document.app.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 document, or if the document has been deleted, or does not exist.

404

Not Found if the share link id with the specified document id does not belong to the document, 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!