delete_group
Remove a group in Okta by specifying its unique group ID. This tool is part of the Okta MCP Server, enabling efficient group management within the system.
Instructions
Delete a group from Okta
Input Schema
Name | Required | Description | Default |
---|---|---|---|
groupId | Yes | ID of the group to delete |
Input Schema (JSON Schema)
{
"properties": {
"groupId": {
"description": "ID of the group to delete",
"type": "string"
}
},
"required": [
"groupId"
],
"type": "object"
}