Skip to main content

Delete team member from team

DELETE 

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

Deletes team member from team by id.

Required scope

organizations:teams:write

Rate limiting

Level 1

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.

    Example: 3074457345618265000
    team_id stringrequired

    The id of the Team.

    Example: 3074457345618265000
    member_id stringrequired

    The id of the Team Member

    Example: 3074457345618265000

Responses

Deleted successfully

Loading...