Delete an account
Deletes a single Account record by its ID. This example demonstrates using the DELETE FROM statement with a WHERE clause specifying the record ID.
DELETE FROM Accounts WHERE id=11111111111
Deletes a single Account record by its ID. This example demonstrates using the DELETE FROM statement with a WHERE clause specifying the record ID.
DELETE FROM Accounts WHERE id=11111111111