Docs

Delete Link

DELETE /documents/{documentId}/links/{linkId}

DELETE/documents/{documentId}/links/{linkId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Event tokenx-Event-TokenOptionalRun **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

FieldTypeRequiredDescription
documentIdGuidOptionalThe document that owns the link.
linkIdGuidOptionalThe link to delete.

Response

200 OK with no body.