Other
Revoke a share link
DELETE
https://backend.immut.io/api/v1/share-links/{id}Required scope: documents:write
Immediate: the next attempt to open it fails.
Parameters
| Name | In | Required | Description |
|---|---|---|---|
id | path | yes | id of the target record |
Responses
| Status | Meaning |
|---|---|
200 | Success Returns: id, revoked, and a note that anything already downloaded stays downloaded. |
400 | BadRequest |
401 | Unauthorized |
403 | Forbidden |
429 | RateLimited |
Example
curl -X DELETE "https://backend.immut.io/api/v1/share-links/<id>" \
-H "Authorization: Bearer $IMMUT_API_KEY"
Generated from the immut API contract, version 1.10.0. Machine-readable: this page as markdown · everything in one file · OpenAPI