Path parameters
-
username
string Required The name that needs to be deleted
DELETE
/user/{username}
curl \
-X DELETE /v3/user/{username}
The name that needs to be deleted
curl \
-X DELETE /v3/user/{username}