EndPoint Delete Ticket
Name
delete_ticket
Description
Delete ticket by id. [API reference]
Parameters
Parameter | Label | Required | Options | Description |
---|---|---|---|---|
id | Ticket ID for Delete | YES |
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
Response |
DT_WSTR
|
nvarchar(10)
|
10 | False |
Input Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
id |
DT_I8
|
bigint
|
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 (Row by Row) table using API Destination
This EndPoint belongs to Tickets (Row by Row) table, therefore you cannot work with it directly. Use this table and table-operation pair instead:
Zendesk
Tickets (Row by Row)
Delete
