Deleting a User
Function
This API is used to delete a user.
URI
DELETE /v2/{project_id}/instances/{instance_id}/users/{user_name}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID. |
instance_id |
Yes |
String |
Instance ID. |
user_name |
Yes |
String |
Username. |
Request Parameters
None
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
message |
String |
Information. |
Example Requests
Deleting a consumer group
DELETE https://{endpoint}/v2/{project_id}/instances/{instance_id}/users/{user_name}
Example Responses
None
Status Codes
Status Code |
Description |
---|---|
200 |
The deletion is successful. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.