Light Mode
Delete a checklist
DELETE
/checklists/{checklist_id}Delete a specific checklist by its ID.
Request
Path Params
checklist_id
string
required
The ID of the checklist to delete.
Request samples
Responses
No Content(204)
Record Not Found(404)
Server Error(500)
HTTP Code: 204
Content Type : JSONapplication/json
Checklist deleted successfully
Data Schema
object {0}
Example
{}
Last modified: 5 days ago