Actions
POST /api/v1/accounts/{projectId}/actions/{actionId}/revert
Undo an applied change by proposing its inverse.
POST /api/v1/accounts/{projectId}/actions/{actionId}/revertUndo an applied change by proposing its inverse.
Proposes the compensating action, computed server-side from the original row's snapshot. Nothing is trusted from the caller beyond the action id.
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}/revert" \
-H "Authorization: Bearer $BIDANDSCALE_API_KEY"