This method allows you to delete a follow up on a ticket which is due to be executed at a later date.
/api/v2/tickets/delete_followup
This method can be accessed by account tokens and user tokens where the associated user has access to the tickets UI.
ticket
- the reference of the ticket you wish to remove a follow up from (required)followup
- the ID of the followup you wish to remove (required)If the deletion is successful, you will receive a 200 OK
response otherwise you will receive a 409 Conflict
.