EndPoint Delete Tickets (Bulk)
Name
delete_tickets
Description
Delete multiple tickets in a single request. This is faster than row by row operation. [API reference]
Parameters
Parameter | Label | Required | Options | Description |
---|---|---|---|---|
ticket_ids | Ticket ID(S) - Use Comma for multiple (e.g. 111,222) | YES |
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
job_id |
DT_WSTR
|
nvarchar(100)
|
100 | False |
|
message |
DT_WSTR
|
nvarchar(2000)
|
2000 | False |
|
total |
DT_I4
|
int
|
False |
||
job_status |
DT_WSTR
|
nvarchar(50)
|
50 | False |
|
url |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
title |
DT_WSTR
|
nvarchar(255)
|
255 | False |
|
errors |
DT_WSTR
|
nvarchar(1000)
|
1000 | False |
|
ticket_id |
DT_I8
|
bigint
|
False |
||
status |
DT_WSTR
|
nvarchar(50)
|
50 | False |
|
success |
DT_BOOL
|
bit
|
False |
Input Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
$$ticket_ids |
DT_WSTR
|
nvarchar(2000)
|
2000 | False |
Required columns that you need to supply are bolded.
Examples
SSIS
Use Zendesk Connector in API Source component to read data or in API Destination component to read/write data:
Delete rows from Tickets (Bulk) table using API Destination
This EndPoint belongs to Tickets (Bulk) table, therefore you cannot work with it directly. Use this table and table-operation pair instead:
Zendesk
Tickets (Bulk)
Delete
