---
title: Update a Negative Keyword
framework: Apple Ads Platform API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/put-negative-keywords-_id_
---

# Update a Negative Keyword

Update a negative keyword’s status to enable or pause its search term exclusion.

## URL

PUT https://api.ads.apple.com/v1/negative-keywords/{id}

## Path Parameters

id:

## 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 an existing negative keyword. The NegativeKeywordUpdate schema accepts only the status field. Negative keywords don’t have a bid field, and text and matchType are immutable after creation. To change a negative keyword’s text or match type, delete it and create a new one. Payload Examples

## See Also

- [Create a Negative Keyword](apple-ads-platform-api/post-negative-keywords.md)
- [Query Negative Keywords](apple-ads-platform-api/post-negative-keywords-query.md)
- [Get a Negative Keyword](apple-ads-platform-api/get-negative-keywords-_id_.md)
- [Delete a Negative Keyword](apple-ads-platform-api/delete-negative-keywords-_id_.md)
