Actions

POST /api/v1/accounts/{projectId}/actions/{actionId}/reject

Reject a proposed change.

POST /api/v1/accounts/{projectId}/actions/{actionId}/reject

Reject a proposed change.

Requires a key with write scope or higher.

Returns 200 on success.

Parameters

NameInTypeRequiredDescription
projectIdpathstringyesThe Google Ads account, as returned by GET /api/v1/accounts.
actionIdpathstringyesThe proposal id, from GET /accounts/{projectId}/actions.

Example

curl -X POST "https://bidandscale.com/api/v1/accounts/{projectId}/actions/{actionId}/reject" \
  -H "Authorization: Bearer $BIDANDSCALE_API_KEY"

On this page