Remove checklist from ticket

This method allows you to remove a checklist from a ticket.

URL

/api/v2/checklists/remove

Access

This method can be accessed by all account tokens and by user tokens where the user has access to the ticket.

Supported Parameters

  • ticket - the ticket reference you wish to remove it's checklist from (required)

Example JSON

{
    "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"
}

Proudly powered by Katapult. Running on 100% renewable energy.