v1

latestOpenAPI 3.0.1Apache 2.02026-07-1398228598.3 KB
Proactive

Dismiss Action

Dismisses a pending Proactive action owned by the caller. Mirrors the dismiss action in the UI.

post/actions/{action_uuid}/dismiss

Path parameters

action_uuidstring required

Unique identifier of the action to dismiss

Response

Action dismissed (or already not pending)

action_uuidstring

Unique identifier of the action that was mutated

updatedboolean

True when the action transitioned state; false when it was already not pending (idempotent no-op)

Example response

{
  "action_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "updated": true
}