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."
}Documentation Index
Fetch the complete documentation index at: https://kaneo.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication
Team removed successfully
Confirmation message indicating successful removal
Team removed successfully. Was this page helpful?