DeleteRecord
Deletes a specified record from a target table in ServiceNow.
Input
| Name | Type | Required | Description |
| TableName | String | True | Specifies the name of the ServiceNow table from which the record should be deleted, such as 'incident' or 'task'. |
| SysId | String | True | Identifies the system identifier (sys_id) of the record to delete from the specified table, ensuring the correct entry is targeted. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the delete operation completed successfully and the specified record was removed from the table. |