DELETE api/Errors/DeleteError/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Error| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Date | date |
None. |
|
| Message | string |
None. |
|
| UserId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "9edc5d3f-584a-4d5c-9d5e-e4508aecca6b",
"Date": "2026-09-16T00:21:13.3561742+00:00",
"Message": "sample string 3",
"UserId": "b7aad6d9-8761-4550-9c50-b1ccd17a9ac3"
}
text/xml
Sample:
<Error xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AGO_API"> <Date>2026-09-16T00:21:13.3561742+00:00</Date> <Id>9edc5d3f-584a-4d5c-9d5e-e4508aecca6b</Id> <Message>sample string 3</Message> <UserId>b7aad6d9-8761-4550-9c50-b1ccd17a9ac3</UserId> </Error>