Mutations
disableSsoConnection
Disables the enterprise SSO connection on the organization.
MUTATION
disableSsoConnection: DisableSSOConnectionReturns
success
Boolean
Mutation
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Disables the enterprise SSO connection on the organization.
disableSsoConnection: DisableSSOConnectionmutation DisableSsoConnection {
disableSsoConnection {
success
}
}{
"data": {
"disableSsoConnection": {
"success": true
}
}
}Was this page helpful?
mutation DisableSsoConnection {
disableSsoConnection {
success
}
}{
"data": {
"disableSsoConnection": {
"success": true
}
}
}Suggestions