<!--
{
  "availability" : [
    "Search Ads: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple_Ads",
  "identifier" : "/documentation/apple_ads/Delete-Campaign-Negative-Keywords",
  "metadataVersion" : "0.1.0",
  "role" : "Web Service Endpoint",
  "symbol" : {
    "kind" : "Web Service Endpoint",
    "modules" : [
      "Apple Ads"
    ],
    "preciseIdentifier" : "rest:apple_ads:post:v5-campaigns-{}-negativekeywords-delete-bulk"
  },
  "title" : "Delete Campaign Negative Keywords"
}
-->

# Delete Campaign Negative Keywords

Deletes negative keywords from a campaign.

## Discussion

To delete campaign negative keywords, use the associated `campaignId` in the URI. Include each `keywordId` in the payload.

### Payload example: Delete campaign negative keywords

**Request:**

```
POST https://api.searchads.apple.com/api/v5/campaigns/{campaignId}/negativekeywords/delete/bulk

[
    578054687,
    578054686,
    578054685
]
```

**Response:**

```json
{
    "data": 3,
    "pagination": null,
    "error": null
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)