sndev.io / docs

delete

Delete a record by sys_id.

The delete command removes a record from a table by sys_id.
sn delete <table> <sys_id>

Delete a record by sys_id.

Arguments

NameRequiredDescription
tableYesThe table containing the record.
sys_idYes32-char sys_id of the record to delete.

Examples

sn delete sys_script_include abc123
Deleted sys_script_include abc123
Deletions are permanent. Consider using sn backout on the update set instead.