paperclip_delete_routine_trigger
Remove a routine trigger (e.g., cron schedule) without deleting the routine itself. Use to detach a schedule while preserving the routine.
Instructions
Delete a routine trigger. The routine itself is not deleted.
Args:
triggerId: string — Routine trigger UUID (example: "trg_abc123")
Returns: Returns a confirmation object indicating the trigger was deleted.
Examples:
Use when: removing a cron schedule from a routine without deleting the routine itself
Don't use when: you want to delete the entire routine — use paperclip_delete_routine instead
Error Handling:
401: authentication failed → check PAPERCLIP_API_KEY
404: trigger not found → verify ID with paperclip_get_routine
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| triggerId | Yes | Routine trigger UUID |