---
title: Dismiss Target CPA Recommendations
framework: Apple Ads Platform API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/dismiss-target-cpa-recommendations
---

# Dismiss Target CPA Recommendations

Dismiss one or more target CPA recommendations without changing the campaign’s bid strategy.

## URL

POST https://api.ads.apple.com/v1/recommendations/target-cpas/dismiss

## 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 Dismissing a target CPA recommendation just means you’ve reviewed it and decided not to apply it. The campaign’s target CPA stays unchanged, and the recommendation moves to DISMISSED state. The response is a history record that preserves the recommended value you passed on. Payload Examples This example dismisses a target CPA recommendation. The campaign’s target CPA stays the same, and the response confirms the recommendation is now in DISMISSED state, along with the recommended value that was passed on.

## HTTP Body

Send an array of ApplyTargetCpaRecommendation objects, one per recommendation you want to dismiss. All items must share the same promotedObjectId, and each item needs id, promotedObjectId, and promotedObjectType.

## See Also

- [Query Target CPA Recommendations](apple-ads-platform-api/query-target-cpa-recommendations.md)
- [Apply Target CPA Recommendations](apple-ads-platform-api/apply-target-cpa-recommendations.md)
- [Query Daily Budget Recommendations](apple-ads-platform-api/query-daily-budget-recommendations.md)
- [Apply Daily Budget Recommendations](apple-ads-platform-api/apply-daily-budget-recommendations.md)
- [Dismiss Daily Budget Recommendations](apple-ads-platform-api/dismiss-daily-budget-recommendations.md)
