A new action delete_thumbnail for deleting the thumbnail for a resource will be added to the ResourceViewSet APIs
- The action implements the same access permissions as the other thumbnail APIs
- The action accepts
POST (we don't use DELETE since we don't have a /thumbnails endpoint where the CRUS semantics would make sense)
- The thumbnail's image is removed from the disk and
Resource.thumbnail_url is emptied
A new action
delete_thumbnailfor deleting the thumbnail for a resource will be added to the ResourceViewSet APIsPOST(we don't useDELETEsince we don't have a/thumbnailsendpoint where the CRUS semantics would make sense)Resource.thumbnail_urlis emptied