Borrar un conjunto de anuncios
DELETE /api/marketing/adsets/{adSetId}Borrado real en Meta. Si el conjunto tiene anuncios activos, Meta lo rechaza y el error se devuelve tal cual. 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/adsets/{adSetId} \ -H "x-neike-api-key: whk_live_…"