EndPoint Delete Tickets (Bulk)
Name
delete_tickets
Description
Delete multiple tickets in a single request. This is faster than row by row operation.
[API Help]
Parameters
Parameter |
Label |
Required |
Options |
Description |
ticket_ids |
Ticket ID(S) - Use Comma for multiple (e.g. 111,222) |
YES |
|
|
Output Columns
Label |
DataType |
Length |
Raw |
Description |
job_id |
DT_WSTR |
100 |
False |
|
message |
DT_WSTR |
2000 |
False |
|
total |
DT_I4 |
0 |
False |
|
job_status |
DT_WSTR |
50 |
False |
|
url |
DT_WSTR |
500 |
False |
|
title |
DT_WSTR |
255 |
False |
|
errors |
DT_WSTR |
1000 |
False |
|
ticket_id |
DT_I8 |
0 |
False |
|
status |
DT_WSTR |
50 |
False |
|
success |
DT_BOOL |
0 |
False |
|
Input Columns
Label |
DataType |
Length |
Raw |
Description |
$$ticket_ids |
DT_WSTR |
2000 |
False |
|