Removes a user from a DataWorks workspace.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
Action | String | Yes | DeleteProjectMember | The operation that you want to perform. Set the value to DeleteProjectMember. |
ProjectId | Long | Yes | 27 | The DataWorks workspace ID. You can log on to the DataWorks console and go to the Workspace page to obtain the ID. |
UserId | String | Yes | 1234 | The user ID. |
Response parameters
Parameter | Type | Example | Description |
RequestId | String | 1AFAE64E-D1BE-432B-A9**** | The request ID. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DeleteProjectMember
&ProjectId=27
&UserId=1234
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteProjectMemberResponse>
<RequestId>1AFAE64E-D1BE-432B-A9****</RequestId>
</DeleteProjectMemberResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "1AFAE64E-D1BE-432B-A9****"
}
Error codes
HTTP status code | Error code | Error message | Description |
400 | Invalid.Tenant.ConnectionNotExists | The connection does not exist. | The specified data source does not exist. |
400 | Invalid.Tenant.ProjectNotExists | The project does not exist. | The specified workspace does not exist. |
400 | Invalid.Tenant.UserAlreadyInProject | The user already exists in the project. | The user that you want to add is in the workspace. |
400 | Invalid.Tenant.UserNotInTenant | The user is not in the tenant. | The member that you want to add does not belong to the tenant. |
403 | Invalid.Tenant.UserIsNotProjectOwnerOrAdmin | The user is not a project administrator or owner. | The user is not the workspace owner or administrator. |
403 | Invalid.Tenant.UserNotInTenant | The user is not in tenant. | The user does not belong to the tenant. |
For a list of error codes, see Service error codes.