This method allows you to remove a checklist from a ticket.
/api/v2/checklists/remove
This method can be accessed by all account tokens and by user tokens where the user has access to the ticket.
ticket
- the ticket reference you wish to remove it's checklist from (required){
"status": "removed"
}
The following response will be provided if no checklist is already associated with
the given ticket. This will also be sent with a 409 Conflict
status.
{
"error": "NotPermitted",
"message": "Ticket is does not have an associated checklist"
}