Delete Record
delete_recordDelete a ServiceNow record by supplying the table name and sys_id. Permanently removes the specified record from the chosen table.
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 | |
| table_name | Yes | The ServiceNow table name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |