> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# DeleteBoltSchedule

> Delete a bolt schedule that was created via the UI or the API.

Schedules defined in YAML (paradime_schedules.yml / .bolt/) cannot be deleted
through the API - remove them from the repository instead.

Identify the schedule with ``slug`` (preferred) or ``name`` (deprecated alias
kept for backwards compatibility with older SDKs — both fields carry a slug,
not a display name). Exactly one of the two must be provided.



## Related topics

- [Bolt](/developers/python-sdk/modules/bolt.md)
- [Bolt API](/developers/graphql-api/api-reference/bolt-api.md)
- [Rename or delete a workspace](/products/settings/configuration/rename-or-delete-workspace.md)
- [Rename and delete workspaces](/changelog/2026-08-05/workspace-rename-delete.md)
- [The .bolt/ Folder](/products/bolt/creating-schedules/schedules-as-code/modular-schedules-with-the-.bolt-folder.md)
