Marketplace
Toolsaction

Delete Beat

Remove or cancel a beat by ID.

tool name: delete_beat

Deletes a beat by ID. Call it when the user wants to remove or cancel a beat; use List Beats first if the ID is unknown.

Download from Koris

Run this from the koris repository root:

pnpm hub:pull delete-beat

Trusted senders can also download it from chat:

/tools download delete-beat

If the plugin is already installed, add --force to overwrite it.

Downloaded files go to plugins/tools/delete-beat/

Tools, skills, and MCP servers are downloaded from the main branch.

Parameters

NameTypeRequiredDescription
idstringyesThe UUID of the beat to delete.
View sourceImprove this entry