DELETE
URI:
-
/api/v1/user/base/[id]
Input fields:
| Field name | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | The user ID. |
Response codes:
| Code | Response 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