/user/{username}This can only be done by the logged in user.
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| username | path | string | required | The name that needs to be deleted |
curl -X DELETE "https://petstore.swagger.io/v2/user/{username}" \
-H "Authorization: Bearer ${API_TOKEN}"