Delete a user's metadata

delete

{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/users/{user}

Delete a user's metadata (permissions and home settings) from File Server. This action does not remove the user from the identity management system.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

Success

204 Response

No Content, Success

401 Response

Not aauthorized to delete user metadata

404 Response

Service not found

500 Response

Internal Server Error
Back to Top