RemoveUserToDataAgentWorkspace

Updated at:

Removes a user from a workspace.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

DMSUnit

string

No

The current DMS unit.

cn-hangzhou

WorkspaceId

string

No

The workspace ID.

20923*****7291

MemberId

string

No

The UID of the member account to remove.

21482*****7584

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The request ID.

E0D2-*****-A63B6

Success

boolean

Indicates whether the request was successful.

true

ErrorCode

string

The error code.

DMS-DA-40114

ErrorMessage

string

The error message returned when the call fails.

Specified parameter is not valid.

Examples

Success response

JSON format

{
  "RequestId": "E0D2-*****-A63B6",
  "Success": true,
  "ErrorCode": "DMS-DA-40114",
  "ErrorMessage": "Specified parameter is not valid."
}

Error codes

See for a complete list.

Release notes

See Release Notes for a complete list.