DELETE /cards/{cardId}/vote
Description
Removes a vote from a card
The route handles the HTTP DELETE request made to the '/cards/{cardId}/vote' path.
Query parameters
The next parameter is sent in the request line:
Name | Type | Description |
---|---|---|
cardId | number | Required. The ID of the card, from which the vote will be removed. |
Payload
No payload is required.
Response
No data is returned back. The HTTP status code shows whether the request succeeds (response.status == 200) or fails (response.status == 500).
Related articles: Working with server