Allow deleting images.
Currently, it is impossible to remove images from the api using the admin tools.
In general, this can be achieved by setting the value to Null
, e.g. sending {"img_post": null}
.
However, this might complicate everything a bit, since it seems to be impossible to send null using form-data.
Edited by adietmue