cURL
curl --request DELETE \ --url https://api.shiftkeeper.io/teams/{team_id}/members/{user_id} \ --header 'x-api-key: <api-key>'
This response does not have an example.
Remove a user from a team.
Enter your API key which starts with 'keeper_'
The ID of the team.
"tea_VJ4sYEOOXVvJBXqFjRzpm"
The ID of the user.
Team member removed successfully