Desconectar una cuenta publicitaria
DELETE /api/marketing/ad-accounts/{id}Borra la cuenta de Neike y con ella el token guardado. No toca nada en Meta: las campañas siguen en Ads Manager. Volver a conectarla exige pasar de nuevo por el OAuth. Requiere scope marketing:manage.
Responses
Section titled “Responses”| Status | Description | Schema |
|---|---|---|
200 | — | — |
Example
Section titled “Example”curl -X DELETE https://api.neike.dev/api/marketing/ad-accounts/{id} \ -H "x-neike-api-key: whk_live_…"