DELETE api/sp_v_competitionView_Result/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

sp_v_competitionView_Result
NameDescriptionTypeAdditional information
id

integer

None.

memeId

integer

None.

competitionId

integer

None.

entryTStamp

date

None.

memeTitle

string

None.

img

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "memeId": 1,
  "competitionId": 1,
  "entryTStamp": "2025-12-18T07:23:11.0213026+02:00",
  "memeTitle": "sample string 2",
  "img": "QEA="
}

application/xml, text/xml

Sample:
<sp_v_competitionView_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/waytoodankapi.Models">
  <competitionId>1</competitionId>
  <entryTStamp>2025-12-18T07:23:11.0213026+02:00</entryTStamp>
  <id>1</id>
  <img>QEA=</img>
  <memeId>1</memeId>
  <memeTitle>sample string 2</memeTitle>
</sp_v_competitionView_Result>