Other

Revoke a share link

DELETEhttps://backend.immut.io/api/v1/share-links/{id}

Required scope: documents:write

Immediate: the next attempt to open it fails.

Parameters

NameInRequiredDescription
idpathyesid of the target record

Responses

StatusMeaning
200Success Returns: id, revoked, and a note that anything already downloaded stays downloaded.
400BadRequest
401Unauthorized
403Forbidden
429RateLimited

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