POST api/BarnChat/DeleteBarnChat
Request Information
URI Parameters
None.
Body Parameters
BarnChat| Name | Description | Type | Additional information |
|---|---|---|---|
| BarnChatID | integer |
None. |
|
| AuthorID | integer |
None. |
|
| LastMessagedPersonID | integer |
None. |
|
| DateModified | date |
None. |
|
| DateCreated | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"BarnChatID": 1,
"AuthorID": 2,
"LastMessagedPersonID": 3,
"DateModified": "2025-12-05T20:22:29.6713228-08:00",
"DateCreated": "2025-12-05T20:22:29.6713228-08:00"
}
application/xml, text/xml
Sample:
<BarnChat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Equestrian.Entities"> <DateCreated>2025-12-05T20:22:29.6713228-08:00</DateCreated> <DateModified>2025-12-05T20:22:29.6713228-08:00</DateModified> <AuthorID>2</AuthorID> <BarnChatID>1</BarnChatID> <LastMessagedPersonID>3</LastMessagedPersonID> </BarnChat>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.