Skip to main content
DELETE
/
teams
/
{team_id}
Delete a team
curl --request DELETE \
  --url https://api.projectcor.com/v1/teams/{team_id} \
  --header 'Authorization: Bearer <token>'
true

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
integer
required

Response

200 - application/json

Team deleted successfully

The response is of type boolean.