cURL
curl --request DELETE \ --url https://api.shiftkeeper.io/teams/{team_id}/members/{user_id} \ --header 'x-api-key: <api-key>'
{ "error": { "code": "not_found", "status": 404, "message": "The requested resource was not found" } }
Remove a user from a team.
Documentation IndexFetch the complete documentation index at: https://docs.shiftkeeper.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.shiftkeeper.io/llms.txt
Use this file to discover all available pages before exploring further.
Enter your API key which starts with 'keeper_'
The ID of the team.
"tea_VJ4sYEOOXVvJBXqFjRzpm"
The ID of the user.
Team member removed successfully