Revoke a share link
Revokes the link immediately. The URL stops resolving; any page already open keeps whatever it has already loaded.
Revokes the link immediately. The URL stops resolving; any page already open keeps whatever it has already loaded.
Authorization
bearerAuth A Clerk session JWT. Obtain one with a Clerk frontend SDK
(session.getToken()) or, for server-to-server use, with a Clerk
machine token. The token's sub claim is the Flambe user id that scopes
every request.
In: header
Path Parameters
uuidResponse Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/api/share-links/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "success": true}Resolve a share link GET
Resolves a share token to the resource it points at. **Unauthenticated** — this is what renders `https://flambe.dev/share/{token}` for a recipient who has no Flambe account.
Save a shared resource POST
Copies a shared resource into the caller's own library. Unlike resolving the link, this does require authentication.