A topic is added to describe how to call the DeleteProjectMember operation to remove a user from your DataWorks workspace.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Required | DeleteProjectMember |
The operation that you want to perform. |
ProjectId | Long | Yes | 27 |
Dataworks ID of the workspace. |
RegionId | String | Required | cn-shanghai |
Dataworks region ID of the workspace. |
UserId | String | Required | 1234 |
The ID of the user. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 1AFAE64E-D1BE-432B-A9**** | The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=DeleteProjectMember
&ProjectId=27
&RegionId=cn-shanghai
&UserId=1234
&<Common request parameters>
Sample success responses
XML
format
<RequestId>1AFAE64E-D1BE-432B-A9****</RequestId>
JSON
format
{
"RequestId": "1AFAE64E-D1BE-432B-A9****"
}
Error codes
HttpCode | Error code | Error message | Description |
---|---|---|---|
400 | Invalid.Tenant.ConnectionNotExists | The connection does not exist. | The data source does not exist. |
400 | Invalid.Tenant.ProjectNotExists | The project does not exist. | The error message returned because the specified project does not exist. |
403 | Invalid.Tenant.UserIsNotProjectOwnerOrAdmin | The user is not a project administrator or owner. | The user is not the project owner or project administrator. |
400 | Invalid.Tenant.UserNotInProject | The user is not in the project. | The user is not in the project. |
403 | Invalid.Tenant.UserNotInTenant | The user is not in tenant. | User is not in tenant. |
400 | Invalid.Tenant.UserAlreadyInProject | The user already exists in the project. | The user to be added already exists in the project. |
400 | Invalid.Tenant.UserNotInTenant | The user is not in the tenant. | The member to be added does not belong to any tenant. |
For a list of error codes, visit the API Error Center.