Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Share link ID
Response
Successfully deleted share link
curl --request DELETE \
--url https://api.anam.ai/v1/share-links/{id} \
--header 'Authorization: Bearer <token>'Delete a share link by ID
curl --request DELETE \
--url https://api.anam.ai/v1/share-links/{id} \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Share link ID
Successfully deleted share link
Was this page helpful?