Skip to content

Remove a member from a team

DELETE
/team/{id}/members/{id|username}

Authorizations

Parameters

Path Parameters

id
required
string
[
"MMNNOOPP"
]

The ID of the team

id|username
required
string
[
"EEFFGGHH",
"my_user"
]

The ID or username of the user

Responses

204

Expected response to a valid request

401

Incorrect token scopes or no authorization to access the requested item(s)

object
error
required

The name of the error

string
unauthorized
description
required

The contents of the error

string
Authentication Error: Invalid Authentication Credentials

404

The requested item(s) were not found or no authorization to access the requested item(s)