TEASEDocs
API ReferenceStats & Attribution

Delete a funnel link

Deletes one funnel link. Soft by default (retires the link, keeps history); a hard delete (?hard=true) also removes the underlying link. 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

domain*string

The funnel domain hostname.

Query Parameters

hard?boolean

When true, permanently remove the link instead of soft-retiring it.

Defaultfalse

Response Body

application/json

application/json

application/json

DELETE
/api/admin/domains/{domain}/links/{link_id}
curl -X DELETE "https://example.com/api/admin/domains/string/links/0"
{  "domain": "links.example.com",  "link_id": 41,  "hard": false,  "removed": false,  "active": false,  "stamped": 7,  "note": ""}
{  "detail": "Invalid or missing API key"}
{  "detail": {    "code": "link_not_found",    "message": "Ссылка не найдена для этого домена"  }}