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