Skip to main content
POST
Remove a queued follow-up

Authorizations

Authorization
string
header
required

murmur API key: mur_<key_id>.

Body

application/json
agentId
object

Identifies an agent. The identity is (tenant, workspace, owner, agent path); the workspace scopes the agent's repos, environment, and base branches.

followUpId
string

The message to remove — QueueAddResponse.follow_up_id. Removes one specific undelivered message, whether still pending its deliver_at delay or already sitting in the queue. Cancelling a self-scheduled wake is QueueRemove of its deferred message.

Response

A successful response.

removed
boolean

removed is true when an undelivered message with that ID existed and was removed, false when there was none (already delivered, already removed, or never queued) — QueueRemove is idempotent.