curl --request DELETE \
--url https://api.open.cx/teams/{teamId} \
--header 'Authorization: Bearer <token>'{
"statusCode": 123,
"message": "<string>",
"error": "<string>"
}Delete an existing team
curl --request DELETE \
--url https://api.open.cx/teams/{teamId} \
--header 'Authorization: Bearer <token>'{
"statusCode": 123,
"message": "<string>",
"error": "<string>"
}Was this page helpful?