GET user/deleteuser?id={id}
Action will delete the user into the FreightPOP.
Pass HTTP Authorization request header with value "Bearer {token}" to perform this action.
Pass HTTP Authorization request header with value "Bearer {token}" to perform this action.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required
|
Body Parameters
None.
Response Information
Resource Description
BadResponseName | Description | Type | Additional information |
---|---|---|---|
Data |
Data returned by api |
Object |
None. |
Code |
Response code returned by api |
HttpStatusCode |
None. |
Message |
Human readable message |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 100, "Message": "sample string 2", "Data": {} }