Delete accounts in bulk
Deletes multiple Account records by specifying a list of IDs. This example demonstrates passing a comma-separated list of IDs to the Id parameter in the WITH clause (up to 100 IDs).
DELETE FROM Accounts WITH(Id='11111,22222,33333')