sfdx force:data:record:delete
Deletes a single record
Options
Name | Description |
---|---|
--json | Format output as json |
--loglevel <loglevel> | Logging level for this command invocation |
-u, --targetusername <targetusername> | Username or alias for the target org; overrides default target org |
--apiversion <apiversion> | Override the api version used for api requests made by this command |
-s, --sobjecttype <sobjecttype> | The type of the record you’re deleting |
-i, --sobjectid <sobjectid> | The ID of the record you’re deleting |
-w, --where <where> | A list of <fieldName>=<value> pairs to search for |
-t, --usetoolingapi | Delete the record with Tooling API |
--perflog | Get API performance data |