DELETE api/upvotes/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
upvote| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | string |
None. |
|
| memeId | integer |
None. |
|
| id | integer |
None. |
|
| tstamp | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"userId": "sample string 1",
"memeId": 1,
"id": 2,
"tstamp": "2025-12-18T07:28:38.6570565+02:00"
}
application/xml, text/xml
Sample:
<upvote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/waytoodankapi.Models"> <id>2</id> <memeId>1</memeId> <tstamp>2025-12-18T07:28:38.6570565+02:00</tstamp> <userId>sample string 1</userId> </upvote>