DELETE
/
organisations
/
{organisation_id}
/
teams
/
{team_id}
Delete a team from an organisation
curl --request DELETE \
  --url http://localhost:3001/portal-api/organisations/{organisation_id}/teams/{team_id} \
  --header 'Authorization: <api-key>'
{
  "status": "ok"
}

Authorizations

Authorization
string
header
required

Path Parameters

team_id
integer
required

UID of a team

Example:

2

organisation_id
integer
required

UID of an organisation

Example:

2

Response

OK

status
string

Status of the operation

Example:

"ok"