Appearance
Soft-delete a conversion destination
LinkedIn-only today. LinkedIn does not expose hard-delete on conversion rules — what their UI calls "delete" is the same enabled: false flip we apply here. The rule remains fetchable via GET with status: 'inactive'; the unified discovery endpoint hides it by default.
adAccountId may be passed as a query parameter (recommended) or as a JSON body field for clients that can send DELETE bodies.
DELETE /v1/accounts/{accountId}/conversion-destinations/{destinationId}
LinkedIn-only today. LinkedIn does not expose hard-delete on conversion rules — what their UI calls "delete" is the same enabled: false flip we apply here. The rule remains fetchable via GET with status: 'inactive'; the unified discovery endpoint hides it by default.
adAccountId may be passed as a query parameter (recommended) or as a JSON body field for clients that can send DELETE bodies.
Parameters
accountId(path, string) requireddestinationId(path, string) requiredadAccountId(query, string) — Required as query OR in JSON body.
Responses
204 — Soft-deleted.
400 — adAccountId missing.
401
403 — Ads add-on or LinkedIn reconnect required.
404 — Account or destination not found.
405 — Platform does not support deleting destinations.
429 — LinkedIn rate limit hit. Retry with backoff.