Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
User ID to remove from team
curl --request DELETE \
--url https://api.wirespeed.co/team/users/{userId} \
--header 'Authorization: Bearer <token>'
This response has no body data.
curl --request DELETE \
--url https://api.wirespeed.co/team/users/{userId} \
--header 'Authorization: Bearer <token>'
This response has no body data.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
User ID to remove from team