DELETE
/
v2
/
teams
/
{team_nanoid}
/
member
/
{user_nanoid}
Delete team member
curl --request DELETE \
  --url https://b2b-api.dev-riseworks.io/v2/teams/{team_nanoid}/member/{user_nanoid} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_nanoid
string
required

TeamNanoid

Required string length: 15
user_nanoid
string
required

UserNanoid

Required string length: 15

Response

200
application/json

Default Response

The response is of type object.