cURL
curl --request DELETE \ --url https://api.shiftkeeper.io/teams/{team_id} \ --header 'x-api-key: <api-key>'
{ "error": { "code": "internal_server_error", "status": 500, "message": "An internal server error occurred" } }
Delete a team. Deleting a team does not remove the linked schedules.
Enter your API key which starts with 'keeper_'
The ID of the team.
"tea_VJ4sYEOOXVvJBXqFjRzpm"
Team deleted successfully