Overview
Use Cases
Connectors
Authentication
Getting Started with the Python SDK
API Reference
ai_agents
ai_chat
algorithm
annotations
application_connectors
batch_prediction
code_completion
custom_loss_function
custom_metric
database_connectors
dataset
deployment
deployment_conversations
docstore
document_retrievers
documentation
eda
external_app
addAppUserGroupReportPermission
addAppUserGroupToExternalApplication
addUsersToAppUserGroup
createAppUserGroup
createExternalApplication
deleteAppUserGroup
deleteExternalApplication
describeExternalApplication
getAppUserGroup
inviteUsersToAppUserGroup
listExternalApplications
removeAppUserGroupFromExternalApplication
removeAppUserGroupReportPermission
removeUsersFromAppUserGroup
updateExternalApplication
feature_drift
feature_group
feature_group_row_process
feature_group_template
file_connectors
graph_dashboard
holdout_analysis
llm_apps
model
model_monitoring
module
natural_language_explanation
organization
pipelines
predict
prediction_operator
project
python_function
refresh
secrets
streaming
streaming_connectors
upload
webhooks
API Classes
API Inputs
Documentation Chat Bot
API Search
Video Tutorials
ChatLLM
API Reference
>
external_app
>
deleteAppUserGroup
Copied URL to clipboard
×
Method
deleteAppUserGroup
DELETE
Copy
DELETE
Deletes an App User Group.
Arguments:
REQUIRED
KEY
TYPE
DESCRIPTION
Yes
userGroupId
str
The ID of the App User Group.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.
Response:
KEY
TYPE
DESCRIPTION
success
Boolean
true if the call succeeded, false if there was an error
Exceptions:
TYPE
WHEN
DataNotFoundError
userGroupId
is not found.
Language:
python
curl