---
title: Delete an app store version localization
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/delete-v1-appstoreversionlocalizations-_id_
---

# Delete an app store version localization

Delete a language from your version metadata.

## URL

DELETE https://api.appstoreconnect.apple.com/v1/appStoreVersionLocalizations/{id}

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the App Store version localization resource ID from the List all app store version localizations for an app store version response.

## Response Codes

204 No Content: 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 429 :

## See Also

### Creating, Modifying, and Deleting Version Localizations

- [Create an app store version localization](appstoreconnectapi/post-v1-appstoreversionlocalizations.md)
- [Modify an app store version localization](appstoreconnectapi/patch-v1-appstoreversionlocalizations-_id_.md)
