Skip to main content
DELETE
/
api
/
links
/
{linkId}
curl -X DELETE https://api.linquid.io/api/links/link_abc123 \
  -H "Authorization: Bearer <token>"
{
  "success": true,
  "data": {
    "deleted": true
  }
}
Link identifier

Access

  • Permission: links:delete
Behavior:
  • Performs soft delete.
  • Invalidates redirect and analytics caches for the link.
  • Emits link-deleted webhook events in workspace scope.
curl -X DELETE https://api.linquid.io/api/links/link_abc123 \
  -H "Authorization: Bearer <token>"
{
  "success": true,
  "data": {
    "deleted": true
  }
}

Common Errors

  • 404: link not found