---
title: Delete Location Group
framework: Apple Ads Platform API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/delete-location-group
---

# Delete Location Group

Delete a location group by its unique identifier.

## URL

DELETE https://api.ads.apple.com/v1/location-groups/{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 soft-deletes the location group. The system doesn’t physically remove the record. Instead, it marks the record with systemStatus: DELETED and excludes it from query results and ad group targeting lookups. Deletion is permanent. There is no restore operation. Downstream Effects Ad groups that reference the deleted location group lose that targeting constraint immediately and will only continue to serve if they are targeting other location groups. Deletion carries a few important caveats:  |   |   |   |  Payload Examples

## See Also

- [Create Location Group](apple-ads-platform-api/create-location-group.md)
- [Query Location Groups](apple-ads-platform-api/query-location-groups.md)
- [Get Location Group](apple-ads-platform-api/get-location-group-by-id.md)
- [Update Location Group](apple-ads-platform-api/update-location-group.md)
