DELETE
/
team
/
users
/
{userId}
Remove external user from team
curl --request DELETE \
  --url https://api.wirespeed.co/team/users/{userId} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
header
required

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

Path Parameters

userId
string
required

User ID to remove from team