curl --request DELETE \
--url https://api.galtea.ai/userGroups/{id} \
--header 'Authorization: Bearer <token>'{
"error": "Error type",
"message": "Error message description"
}Soft delete a user group. See User Groups.
curl --request DELETE \
--url https://api.galtea.ai/userGroups/{id} \
--header 'Authorization: Bearer <token>'{
"error": "Error type",
"message": "Error message description"
}Documentation Index
Fetch the complete documentation index at: https://docs.galtea.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key authorization. Pass your API key in the Authorization header as a Bearer token. Both new (gsk_*) and legacy (gsk-) API keys are accepted, e.g. Authorization: Bearer gsk_... or Authorization: Bearer gsk-....
User group ID
User group deleted successfully