# Delete User Group **DELETE /user-groups/{id}** This API call deletes a user group. ## Servers - Sandbox server URL: https://localhost:8080 (Sandbox server URL) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **id** (integer) User group ID. ## Responses ### 200 Success Response #### Body: application/json (object) - **id** (integer) Unique identifier of user group - **name** (string) Name of user group. - **status** (string) Status of user group processing. - **message** (string) Status message of user group processing. ### 400 Failed Response #### Body: application/json (object) - **id** (integer) Unique identifier of user group - **name** (string) Name of user group. - **status** (string) Status of user group processing. - **message** (string) Status message of user group processing. ### 401 Authentication Error. Invalid credentials. #### Body: application/json (object) - **code** (string) - **message** (string) - **description** (string) ### 403 Authorization Error. Invalid role for request. ### 404 Failed Response [Powered by Bump.sh](https://bump.sh)