---
sourceDocument: Australia Build or modify applications
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/application-development

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Delete a record

# Delete a record {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

Deletes the specified record from the specified table.

## Antes de Iniciar

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

## Procedimento

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}

## Exemplo

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


