Actions

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

Undo an applied change by proposing its inverse.

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

Undo 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

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}/revert" \
  -H "Authorization: Bearer $BIDANDSCALE_API_KEY"

On this page