Delete checklist
documentedDelete a checklist by ID.
DELETE /checklists/{id}Checklistsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://www.meistertask.com/api/checklists/{{$id}}" \\n -X DELETE \\n -H "Accept: application/json" \\n -H "Content-Type: application/json" \\n -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"