---
title: Remove a Search Keyword From a Custom Product Page Localization
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/delete-v1-appcustomproductpagelocalizations-_id_-relationships-searchkeywords
---

# Remove a Search Keyword From a Custom Product Page Localization

Unassign a search keyword from a specific custom product page localization.

## URL

DELETE https://api.appstoreconnect.apple.com/v1/appCustomProductPageLocalizations/{id}/relationships/searchKeywords

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app custom product page localization resource ID from the List Custom Product Pages Localizations response.

## Response Codes

204 No Content: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 409 Conflict: 422 : 429 :

## See Also

### Managing search keywords

- [List keywords for a custom product page localization](appstoreconnectapi/get-v1-appcustomproductpagelocalizations-_id_-searchkeywords.md)
- [List all search keywords for a custom product page localization](appstoreconnectapi/get-v1-appcustomproductpagelocalizations-_id_-relationships-searchkeywords.md)
- [Add a Search Keyword to a Custom Product Page Localization](appstoreconnectapi/post-v1-appcustomproductpagelocalizations-_id_-relationships-searchkeywords.md)
