Skip to main content
DELETE
/
v1
/
share-links
/
{id}
delete share link
curl --request DELETE \
  --url https://api.anam.ai/v1/share-links/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Share link deleted successfully"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Share link ID

Response

Successfully deleted share link

message
string
Example:

"Share link deleted successfully"

Last modified on April 22, 2026