delete_record
Delete a record from any ServiceNow table by sys_id. Returns confirmation. Use for cleanup after testing.
Instructions
Delete a record from any ServiceNow table by sys_id. Returns confirmation. Use for cleanup after testing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ServiceNow table name. | |
| sys_id | Yes | The 32-character hex sys_id of the record to delete. |