POST api/Management/DeleteErrorLog
Request Information
URI Parameters
None.
Body Parameters
ErrorLogModelName | Description | Type | Additional information |
---|---|---|---|
GID | string |
None. |
|
User | string |
None. |
|
UserID | integer |
None. |
|
Message | string |
None. |
|
CreatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "GID": "sample string 1", "User": "sample string 2", "UserID": 3, "Message": "sample string 4", "CreatedDate": "2025-09-05T16:02:06.7203457+00:00" }
application/xml, text/xml
Sample:
<ErrorLogModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hub.Server.Models.DTO"> <CreatedDate>2025-09-05T16:02:06.7203457+00:00</CreatedDate> <GID>sample string 1</GID> <Message>sample string 4</Message> <User>sample string 2</User> <UserID>3</UserID> </ErrorLogModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>