Docs
Delete Link
DELETE /documents/{documentId}/links/{linkId}
DELETE
/documents/{documentId}/links/{linkId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Event token | x-Event-Token | Optional | Run **Get Tokens** in the Authorization folder. |
Permanently removes a public access link. The token is immediately invalidated — any viewer holding the URL will receive a 404 on their next request.
Requires Admin access on the document (i.e. the EventDocumentsEdit permission or an Admin share).
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| documentId | Guid | Optional | The document that owns the link. |
| linkId | Guid | Optional | The link to delete. |
Response
200 OK with no body.