cURL
curl --request DELETE \ --url https://api.lunary.ai/v1/checklists/{id} \ --header 'Authorization: Bearer <token>'
Delete a specific checklist by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the checklist to delete
Successful deletion