Deletes a team belonging to the authenticated org.
Required permission
Organisation > Team > General > Delete
Path parameters
teamId
string requiredID of the team
Response body
- {object}Response object.
data
{object} requiredResult data.
API
CLI
JS Client
DELETE /v1/teams/{teamId}
Example response
200 OK
The operation was performed successfully.
JSON
{
"data": {}
}Example response
409 Conflict
The team couldn't be deleted as it has dependencies that have not been deleted.