This method allows you to unlink two tickets from each other.
/api/v2/tickets/unlink_ticket
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 linked ticket from (required)unlink_from
- the reference of the ticket that you wish to remove (required)If the removal is successful, you will receive a 200 OK
response otherwise you will receive a 409 Conflict
.