Unchoose an image voting entry (SingleChoice image votings only)
Requires verified email; Requires one of the following permissions: ImageVotings.UnchooseActiveImageVotingEntry, ImageVotings.UnchooseImageVotingEntry; Requires the following features to be enabled: ImageVotings
application/json
DELETE
/Api/ImageVotingEntries/{id}/Choice
cURL (application/json)
curl \
-X DELETE https://app.lovassy.hu/Api/ImageVotingEntries/{id}/Choice \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"aspectKey":"string"}'
curl \
-X DELETE https://app.lovassy.hu/Api/ImageVotingEntries/{id}/Choice \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: text/json"
curl \
-X DELETE https://app.lovassy.hu/Api/ImageVotingEntries/{id}/Choice \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/*+json"
Request example
{
"aspectKey": "string"
}
Request examples
{
"aspectKey": "string"
}
Request examples
{
"aspectKey": "string"
}
Response examples (404)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}