---
title: "Remove resource from Group"
method: DELETE
path: "/business/v2/groups/{groupId}/resource"
tags: ["Groups"]
---

# Remove resource from Group

`DELETE /business/v2/groups/{groupId}/resource`

Endpoint to remove a resource from a `Group`.

## Path parameters

- `groupId` string, required — The `Group` ID.

## Request body

- GroupResource — Delete Resource `Group` JSON parameters.
  - `id` string — The ID of either `User`, `Wallet` or `Card` `Group`resource.
  - `type` 'USER' | 'WALLET' | 'CARD'

## Response `204`

No content as result.

## Other responses

- `400` — Your request has missing arguments or is malformed.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
