DELETE api/accounts/{userName}
Delete an account by its UserName.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userName |
UserName of the account. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Json with information about the action.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.