Delete a link
Permanently deletes the link and its click history. Owner-only: a link shared with the caller by a teammate is readable but returns 403 here.
View as MarkdownAuthorization
bearer In: header
Path Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/links/string"{ "message": "string"}Update destination, title, code, tags, expiration, visibility, or state
Partial update — only provided fields change. Setting active=false disables the public redirect without deleting history; archived=true hides the link from the default list and pauses its redirect. shortCode changes are validated for format, reservation, and uniqueness (409 on conflict). An empty expiresAt clears the expiration. Owner-only: a link shared with the caller by a teammate is readable but returns 403 here.
QR code for a short link (PNG)
PNG QR code encoding the link's short URL. size is clamped to 128–1024 (default 512); fg/bg are 6-digit hex colors; download=1 switches the Content-Disposition to attachment.