delete_tokenset
Permanently deletes a tokenset and all its contents including modes and tokens.Tool Schema
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
tokenset_id | string | Yes | The ID of the tokenset to delete |
Response
Example Usage in Claude
Delete a Tokenset
Confirm Deletion
Common Use Cases
1. Token Cleanup
2. Restructure Organization
3. Archive Old Work
Warnings
⚠️ Destructive Action: This operation cannot be undone. When you delete a tokenset, you also permanently delete:- All modes within the tokenset
- All tokens within those modes
- Any token relationships or aliases
Best Practices
- Export data first: Consider exporting the tokenset before deletion
- Check dependencies: Ensure no other tokensets reference tokens from this one
- Team communication: Notify team members before deleting shared tokensets
Notes
- This action is permanent and cannot be reversed
- All data associated with the tokenset is completely removed from the system
- The parent workspace remains unaffected
- Tokenset IDs are not reusable after deletion
See Also
- list_tokensets - View all tokensets before deletion
- get_tokenset - Check tokenset details and contents
- export_tokenset - Export tokens before deletion