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
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
204No Content if the share link was deleted successfully.
403Forbidden if the app making the request does not have permission to the document, or if the document has been deleted, or does not exist.
404Not 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.