DELETE api/Reactions/DeleteReaction?id={id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ReactionName | Description | Type | Additional information |
---|---|---|---|
ReactionId | integer |
None. |
|
Name | string |
None. |
|
Value | string |
None. |
|
ReactionTypeId | integer |
None. |
|
Description | string |
None. |
|
IconUrl | string |
None. |
|
HexaColor | string |
None. |
|
LastChanged | date |
None. |
|
LastChange_AuthorId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "ReactionId": 1, "Name": "sample string 2", "Value": "sample string 3", "ReactionTypeId": 4, "Description": "sample string 5", "IconUrl": "sample string 6", "HexaColor": "sample string 7", "LastChanged": "2025-08-14T03:18:44.7282292+00:00", "LastChange_AuthorId": 1 }
application/xml, text/xml
Sample:
<Reaction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models"> <Description>sample string 5</Description> <HexaColor>sample string 7</HexaColor> <IconUrl>sample string 6</IconUrl> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-08-14T03:18:44.7282292+00:00</LastChanged> <Name>sample string 2</Name> <ReactionId>1</ReactionId> <ReactionTypeId>4</ReactionTypeId> <Value>sample string 3</Value> </Reaction>