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

Documentation Index

Fetch the complete documentation index at: https://developers.projectcor.com/llms.txt

Use this file to discover all available pages before exploring further.

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.