Q. Which method is used to delete a record in Django models?
β
Correct Answer: (C)
delete()
Explanation: `delete()` deletes the object from the database.