MCPcopy Create free account
hub / github.com/encode/django-rest-framework / delete

Method delete

rest_framework/generics.py:220–221  ·  view source on GitHub ↗
(self, request, *args, **kwargs)

Source from the content-addressed store, hash-verified

218 Concrete view for deleting a model instance.
219 """
220 def delete(self, request, *args, **kwargs):
221 return self.destroy(request, *args, **kwargs)
222
223
224class UpdateAPIView(mixins.UpdateModelMixin,

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected