Links
Delete a link
Permanently deletes a link. The short URL stops resolving immediately. This cannot be undone.
DELETE https://u2l.ai/api/v1/links/{domain}/{slug}
Authorizations
Authorizationstringrequired
Bearer authentication header of the form Bearer <token>, where <token> is your U2L API key (u2l_live_...). Create one in the dashboard under Settings > API.
Path Parameters
domainstringrequired
The link's domain (e.g. u.gy or u2l.ai).
slugstringrequired
The link's slug (the part after the domain).
Response 200
messagestring
Errors
401 Missing or invalid API key.
404 The resource does not exist or is not yours.
429 Rate limit exceeded. Check X-RateLimit-Reset for when the window resets.
See Rate Limits & Errors for the error envelope and per-plan limits.