POST /api/auth/media/remove
Remove an image from the project media by index. Each image index larger than the given index is then decreased by one.
POST Params
Param: projectId
id of the project for which to update the thumbnail
Param: index
the index of the media to remove
Example of returned JSON
{
"success": true
}