MCPcopy Index your code
hub / github.com/encode/django-rest-framework / delete

Method delete

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

Source from the content-addressed store, hash-verified

272 return self.retrieve(request, *args, **kwargs)
273
274 def delete(self, request, *args, **kwargs):
275 return self.destroy(request, *args, **kwargs)
276
277
278class RetrieveUpdateDestroyAPIView(mixins.RetrieveModelMixin,

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected