DELETE api/Users/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
userName | Description | Type | Additional information |
---|---|---|---|
UserId | integer |
None. |
|
Name | string |
Required String length: inclusive between 0 and 255 |
|
Token | string |
String length: inclusive between 0 and 255 |
|
Created | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "UserId": 1, "Name": "sample string 2", "Token": "sample string 3", "Created": "2025-06-16T09:27:59.5135231-05:00" }
application/xml, text/xml
Sample:
<user xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MainEventsService.Models"> <Created>2025-06-16T09:27:59.5135231-05:00</Created> <Name>sample string 2</Name> <Token>sample string 3</Token> <UserId>1</UserId> </user>