Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
224
class
UpdateAPIView(mixins.UpdateModelMixin,
Callers
nothing calls this directly
Calls
1
destroy
Method · 0.45
Tested by
no test coverage detected