DELETE api/ReactionTypes/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ReactionType| Name | Description | Type | Additional information |
|---|---|---|---|
| ReactionTypeId | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| ReactionDesignId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| LastChanged | date |
None. |
|
| LastChange_AuthorId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ReactionTypeId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"ReactionDesignId": 4,
"CompanyId": 5,
"LastChanged": "2025-12-22T15:45:40.8043017+00:00",
"LastChange_AuthorId": 1
}
application/xml, text/xml
Sample:
<ReactionType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models"> <CompanyId>5</CompanyId> <Description>sample string 3</Description> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-12-22T15:45:40.8043017+00:00</LastChanged> <Name>sample string 2</Name> <ReactionDesignId>4</ReactionDesignId> <ReactionTypeId>1</ReactionTypeId> </ReactionType>