---
title: NegativeKeywordUpdate
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/negativekeywordupdate
---

# NegativeKeywordUpdate

The request body for updating an existing negative keyword.

## Declaration

```data
object NegativeKeywordUpdate
```

## Properties

status: Whether this negative keyword is active. See NegativeKeywordStatus. Mutable.

## Discussion

Discussion The NegativeKeywordUpdate object is the request payload for modifying an existing negative keyword. An update request can include only status. The schema rejects text and matchType. Set status to PAUSED to temporarily allow traffic from the excluded term, or ENABLED to re-activate the exclusion. Example {   "status": "PAUSED" }

## Topics

### Type Aliases

- [NegativeKeywordUpdate.Status](apple-ads-platform-api/negativekeywordupdate/status-data.typealias.md)

## See Also

- [NegativeKeyword](apple-ads-platform-api/negativekeyword.md)
- [NegativeKeywordCreate](apple-ads-platform-api/negativekeywordcreate.md)
- [NegativeKeywordResponse](apple-ads-platform-api/negativekeywordresponse.md)
- [NegativeKeywordQueryResponse](apple-ads-platform-api/negativekeywordqueryresponse.md)
