cURL
curl --request DELETE \ --url https://api.projectcor.com/v1/teams/{team_id} \ --header 'Authorization: Bearer <token>'
true
Deletes a team from the system.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Team deleted successfully
The response is of type boolean.
boolean
Was this page helpful?