Skip to main content
DELETE
/
file-entries
/
{entryId}
/
shareable-link
curl -X DELETE https://app.drime.cloud/api/v1/file-entries/123456/shareable-link \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
  "status": "success"
}

Overview

Deletes a shareable link, revoking access for anyone who had the link.

Path Parameters

entryId
integer
required
ID or hash of the file entry

Response

status
string
Request status (success)
curl -X DELETE https://app.drime.cloud/api/v1/file-entries/123456/shareable-link \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
  "status": "success"
}
Deleting a link immediately revokes access. Anyone with the old link will no longer be able to access the file.