Delete an image meant for an image voting entry
Requires verified email; Requires one of the following permissions: ImageVotings.DeleteOwnImageVotingEntryImage, ImageVotings.DeleteImageVotingEntryImage
DELETE
/Api/ImageVotingEntryImages/{id}
curl \
-X DELETE https://app.lovassy.hu/Api/ImageVotingEntryImages/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (404)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}