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)
Example response
{
"action_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"updated": true
}