---
title: Bulk Update Negative Keywords
framework: Apple Ads Platform API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/post-negative-keywords-bulk-update
---

# Bulk Update Negative Keywords

Update multiple negative keywords in a single request.

## URL

POST https://api.ads.apple.com/v1/negative-keywords/bulk-update

## Header Parameters

X-Ap-Context:

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 Too Many Requests: 500 Internal Server Error:

## Discussion

Discussion This endpoint updates multiple negative keywords in a single API call. The request body contains an items array where each item wraps a BulkNegativeKeywordUpdate object with a correlationId. Each item must include the id of the negative keyword to update along with only the fields being changed. Unset fields retain their current values. When allowPartialSuccess: true is set in the request, this endpoint uses partial success semantics: if some items fail validation (for example, an ID that doesn’t exist), the API still applies the successful updates. When omitted or false, any single item failure rejects the entire batch. The response includes a per-item result array with each item’s correlationId, success status, the updated object, and any error details for failures. Payload Examples

## See Also

### Negative Keywords

- [Bulk Create Negative Keywords](apple-ads-platform-api/post-negative-keywords-bulk-create.md)
