We just released our native n8n integration!ยป Try now
OnlyFans API
Smart Links

Delete Smart Link

Delete a Smart Link by its ID

DELETE
/api/smart-links/{smart_link_id}
AuthorizationBearer <token>

Get your API Key from OnlyFansAPI Console - https://app.onlyfansapi.com/api-keys

In: header

Path Parameters

smart_link_id*string

The ID of the Smart Link

Response Body

application/json

curl -X DELETE "https://app.onlyfansapi.com/api/smart-links/01JCZWQJZXQJZXQJZXQJZXQJZX"
{
  "data": {
    "success": true
  },
  "_meta": {
    "_credits": {
      "used": 1,
      "balance": 999999986,
      "note": "Always"
    },
    "_cache": {
      "is_cached": false,
      "note": "Cache disabled for this endpoint"
    },
    "_rate_limits": {
      "limit_minute": 10000000,
      "limit_day": 50000,
      "remaining_minute": 9999997,
      "remaining_day": 49990
    }
  }
}