curl --request POST \
--url https://cloud.kaneo.app/api/auth/organization/cancel-invitation \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"invitationId": "<string>"
}
'{
"message": "<string>"
}curl --request POST \
--url https://cloud.kaneo.app/api/auth/organization/cancel-invitation \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"invitationId": "<string>"
}
'{
"message": "<string>"
}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.
Was this page helpful?