v8

latestOpenAPI 3.0.3raw.githubusercontent.com2026-05-2526602.8 MB
Smart Links

Delete Smart Link

Delete a Smart Link by its ID

delete/api/smart-links/{smart_link_id}

Response

Success

Example response

{
  "data": {
    "success": true
  },
  "_meta": {
    "_credits": {
      "used": 0,
      "balance": 999999986,
      "note": "Free endpoint"
    },
    "_cache": {
      "is_cached": false,
      "note": "Cache disabled for this endpoint"
    },
    "_rate_limits": {
      "limit_minute": 10000000,
      "limit_day": 50000,
      "remaining_minute": 9999997,
      "remaining_day": 49990
    }
  }
}