Deletes the user specified by the {userId} parameter.
{base_url}/delete/users/{userid}
| Parameter name | Type | Description |
|---|---|---|
userId |
number | The record id of the user to delete |
None
None
{}
| Status value | Return status | Description |
|---|---|---|
| 200 | Success | Requested data returned successfully |
| 404 | Error | Specified user record not found |
| ECONNREFUSED | N/A | Service is offline. Start the service and try again. |