Body
-
aspectKey
string | null
Requires verified email; Requires one of the following permissions: ImageVotings.UnchooseActiveImageVotingEntry, ImageVotings.UnchooseImageVotingEntry; Requires the following features to be enabled: ImageVotings
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"
{
"aspectKey": "string"
}
{
"aspectKey": "string"
}
{
"aspectKey": "string"
}
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}