DELETE
URI:
- /api/v1/user/[id]
Input fields:
| Field Name | Type | Required |
Description |
|---|---|---|---|
|
id |
string |
Yes |
The user ID. |
|
username |
string |
No |
The username. |
|
sn |
string |
No |
The serial number of the device. |
|
vdom |
string |
No |
The VDOM of the application. |
Successful response fields:
| Field name | Type | Description |
|---|---|---|
Response codes:
| Code | Code content | Description |
|---|---|---|
| 204 NO CONTENT | The user has been deleted. | |
| 400 Bad Request | Cannot identify related customer info. | |
| 403 Forbidden | You are not allowed to access user. | |
| 404 Not Found | User does not exist. | |
| 409 Conflict | application has been locked. No user can be deleted due to the pending task. |
Example request body:
None
Example of successful response body:
None.