cURL
curl --request DELETE \ --url http://localhost:3001/portal-api/organisations/{organisation_id}/teams/{team_id} \ --header 'Authorization: <api-key>'
{ "status": "ok" }
This endpoint deletes a team from an organisation. Please note that developers that belong to that team won’t be removed. Instead, they will be moved to the default team of that organisation
UID of a team
2
UID of an organisation
OK
Status of the operation
"ok"
Was this page helpful?