Skip to content

Remove user from team

DELETE
/api/v1/teams/{team_id}/users/{user_id}

Removes a user from a team.

team_id
required
integer

Team ID

user_id
required
integer

User ID

Successful

Unauthorized

object
message
required
string
Example
Record not found

Forbidden

object
message
required
string
Example
Record not found

Not Found

object
message
required
string
Example
Record not found