Delete Record
delete_recordDelete a record from a ServiceNow table using its sys_id. Specify the table name and sys_id to remove the record.
Instructions
Delete a record from a ServiceNow table by sys_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sys_id | Yes | The sys_id of the record to delete | |
| confirm | No | Acknowledge this destructive change. Only consulted when the server runs with --write-confirm and the client cannot show a confirmation dialog; ignored otherwise. | |
| table_name | Yes | The ServiceNow table name |