Skip to main content

Remove project member

DELETE 

/v2/orgs/:org_id/teams/:team_id/projects/:project_id/members/:member_id

Remove a member from a project. The user remains in the team even after the member is removed from a project.

Required scope

projects:write

Rate limiting

Level 4

Enterprise only

This API is available only for Enterprise plan users. You can only use this endpoint if you have the role of a Company Admin. You can request temporary access to Enterprise APIs using this form.

Request

Path Parameters

    org_id stringrequired

    The ID of the organization to which the project belongs.

    Example: 3074457345618265000
    team_id stringrequired

    The ID of the team to which the project belongs.

    Example: 3074457345619012000
    project_id stringrequired

    The ID of the project from which you want to remove a member.

    Example: 3074457345618265000
    member_id stringrequired

    The ID of the member that you want to remove from a project.

    Example: 3074457345618265000

Responses

Project member removed

Loading...