Delete an image voting

DELETE /Api/ImageVotings/{id}

Requires verified email; Requires one of the following permissions: ImageVotings.DeleteImageVoting; Requires the following features to be enabled: ImageVotings

Path parameters

  • id integer(int32) Required

Responses

DELETE /Api/ImageVotings/{id}
curl \
 -X DELETE https://app.lovassy.hu/Api/ImageVotings/{id} \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (404)
{
  "type": "string",
  "title": "string",
  "status": 42,
  "detail": "string",
  "instance": "string"
}