I want to update and delete category instances using api. I have a simple model:
class Category(models.Model): name = models.CharField(max_length=80)