Actions
POST /api/v1/accounts/{projectId}/actions/{actionId}/reject
Reject a proposed change.
POST /api/v1/accounts/{projectId}/actions/{actionId}/rejectReject a proposed change.
Requires a key with write scope or higher.
Returns 200 on success.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | yes | The Google Ads account, as returned by GET /api/v1/accounts. |
actionId | path | string | yes | The 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"