Skip to main content
DELETE
/
teams
/
{team_id}
Delete a team
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"
  }
}

Authorizations

x-api-key
string
header
required

Enter your API key which starts with 'keeper_'

Path Parameters

team_id
string
required

The ID of the team.

Example:

"tea_VJ4sYEOOXVvJBXqFjRzpm"

Response

Team deleted successfully