in my case, i had to add this field:
class UpdateDeletePostView (ModelViewSet) : http_method_names = ['get', 'post', 'patch', 'delete']