Links
Delete a link
Permanently delete one short link by its public ID.
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.
Authentication and permission
Send a workspace API key with Links: Write (links.delete). You do not send
a workspace ID.
Response
A successful deletion returns204 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.

