ServiceNow Connector
Documentation
Version: 2
Documentation

EndPoint Delete table row


Name

delete_table_row

Description

Delete the specified row in the table by row 'sys_id'. [API reference]

Parameters

Parameter Label Required Options Description
TableName TableName YES Table name
SysId SysId YES Row 'sys_id'

Output Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
status DT_WSTR nvarchar(64) 64 False
sys_id DT_WSTR nvarchar(64) 64 False
http_status DT_I4 int False

Input Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
sys_id DT_WSTR nvarchar(500) 500 False
Required columns that you need to supply are bolded.