---
sourceDocument: Yokohama Build or modify applications
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/yokohama/application-development

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Delete a record

# Delete a record {#ariaid-title1}

* Release version: Yokohama
* 
* Updated January 30, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Deletes the specified record from the specified table.

## Before you begin

Role required: sn_cli_metadata.cli_admin, sn_cli_metadata.cli_user, or admin

## Procedure

Open your system's command-line tool and execute this command.  

    $ snc record delete [--table table --sysid sys_id]

Pass in values for these arguments.  
{#delete-record__id_dtm_cyf_m4b__entry__2}

| Parameter | Description |
|-|-|
| table | Required. Name of the table in which to delete the record. |
| sysid | Required. Sys_id of the record to delete. |
[ ]

{#delete-record__id_dtm_cyf_m4b}

## Example

    $ snc record delete --table incident --sysid 552c48888c033300964f4932b03eb092


