# Unlink Subgroup from Community **DELETE /groups/{parent_jid}/link/{child_jid}** Unlink a subgroup from a community/parent group. ## Servers - http://localhost:7001: http://localhost:7001 () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **parent_jid** (string) JID of the parent community - **child_jid** (string) JID of the subgroup to unlink ## Responses ### 200 Subgroup unlinked #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **data** (object) ### 401 Unauthorized #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) ### 403 Not authorized to unlink #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) ### 500 Internal server error #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) [Powered by Bump.sh](https://bump.sh)