TEASEDocs
API ReferenceSmart Links

Delete a conversion pixel

Removes the pixel config for the given smart link and platform. Returns no content. Requires a write-scoped key.

Authorization

bearerAuth
AuthorizationBearer <token>

Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.

In: header

Path Parameters

provider_id*string

The smart link's provider_id.

platform*string

The pixel platform to delete.

Value in

  • "meta"
  • "tiktok"

Response Body

application/json

application/json

application/json

DELETE
/api/admin/smart-links/{provider_id}/pixels/{platform}
curl -X DELETE "https://example.com/api/admin/smart-links/string/pixels/meta"
Empty
{  "detail": {    "code": "unauthorized",    "message": "Invalid or missing API key"  }}
{  "detail": {    "code": "engine_not_connected",    "message": "Connect your engine to access this data."  }}
{  "detail": {    "code": "pixel_not_found",    "message": "No pixel config for smart link 'lnk_8fq2' / platform 'meta'"  }}