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 Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.
In: header
Path Parameters
The smart link's provider_id.
The pixel platform to delete.
Value in
- "meta"
- "tiktok"
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/api/admin/smart-links/string/pixels/meta"{ "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'" }}Create or update a conversion pixel
Creates or updates the Meta/TikTok CAPI pixel config for a smart link. The access token is write-only; omitting or blanking it on an update keeps the existing token, and a token is required when creating a new pixel. Requires a write-scoped key.
List policy smart links
Lists your policy smart links — the /r/<slug> links that hold BOTH a paid and a trial destination and split traffic by policy (weighted, sticky per visitor, with per-country rules). Requires a read-scoped key.