Skip to main content
DELETE
Delete a link
Permanently delete one link from the workspace bound to your API key. This endpoint accepts one public biq_lnk_... ID; it does not accept numeric IDs or comma-separated batches.
Deletion cannot be undone. The link stops redirecting immediately, its attached QR file is removed, and associated link data is cleaned up.

Authentication and permission

Send a workspace API key with Links: Write (links.delete). You do not send a workspace ID.

Response

A successful deletion returns 204 No Content with an empty response body. Deleting the same public ID again returns 404 resource_not_found, so clients can distinguish a completed deletion from a link that still exists.

Errors

The same request_id is returned in the X-Biq-Request-Id response header.

Shared API behavior

Authentication is workspace-scoped; see Authentication. Errors use the standard envelope and request IDs described in Errors, and requests are subject to Rate limits.

Authorizations

Authorization
string
header
required

A workspace API key beginning with biqli_.

Path Parameters

Pattern: ^biq_lnk_[0-9A-HJKMNP-TV-Z]{26}$

Response

Link deleted successfully. The response has no body.