Skip to main content
POST
/
actions
/
{action_uuid}
/
dismiss
Dismiss Action
curl --request POST \
  --url https://api.attention.tech/v2/actions/{action_uuid}/dismiss \
  --header 'Authorization: <api-key>'
{
  "action_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "updated": true
}

Authorizations

Authorization
string
header
required

Path Parameters

action_uuid
string
required

Unique identifier of the action to dismiss

Response

Action dismissed (or already not pending)

action_uuid
string

Unique identifier of the action that was mutated

updated
boolean

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