Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 664 Bytes

File metadata and controls

43 lines (27 loc) · 664 Bytes
sidebar_position 32

Delete user

Description

Delete a specific user from CloudShell.

URL

http://{Admin API IP}:{port#}/api/v1/users/{id}

Parameter Description/Comments
id (string) User's id. Can be retrieved via Get all users or Get group's users.

HTTP method

DELETE

Request

Headers

Example header format:

Authorization: Basic <authorization token returned from the login method>

Content-Type: application/json

Response

Response code
200 OK