Skip to main content
Skip table of contents

Delete Group

The Delete User operation deletes the user with the specified ID.

The group has to exist in Keycloak.

A deleted group cannot be restored.

Input XML

XML
<?xml version="1.0" encoding="UTF-8"?>
<Id></Id> 

Id

ElementDescriptionPossible values
IdUUID of the groupUUID

XSD

XML
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
    <xs:element name="Id" type="xs:string"/>
</xs:schema>

Example

Input

XML
<?xml version="1.0" encoding="UTF-8"?>
<Id>2302cf2f-9b29-4d62-9c48-67ac5e3b0ddc</Id> 
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.