curl --request POST \
--url https://cloud.kaneo.app/api/auth/organization/remove-team \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"teamId": "<string>",
"organizationId": "<string>"
}
'{
"message": "Team removed successfully."
}Remove a team from an organization
curl --request POST \
--url https://cloud.kaneo.app/api/auth/organization/remove-team \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"teamId": "<string>",
"organizationId": "<string>"
}
'{
"message": "Team removed successfully."
}Bearer token authentication
Team removed successfully
Confirmation message indicating successful removal
Team removed successfully. Was this page helpful?