---
title: "Unassign Accounts From Pricing Group"
method: DELETE
path: "/digital-banking/v1/pricing-groups/{pricing_group_id}/accounts"
tags: ["Pricing Groups"]
---

# Unassign Accounts From Pricing Group

`DELETE /digital-banking/v1/pricing-groups/{pricing_group_id}/accounts`

Unassign multiple accounts from a pricing group. Accounts will retain their current rates but will no longer receive automatic updates when the pricing group rates change. Future rate changes for these accounts must be made individually or by assigning them to a different pricing group.

## Path parameters

- `pricing_group_id` string, uuid, required

## Request body

- UnassignAccountsRequest
  - `account_ids` string[], required — List of account IDs to unassign from the pricing group

## Response `204`

Successful Response

## Other responses

- `400` — Bad Request - Invalid input or validation error
- `401` — Unauthenticated - Invalid or missing authentication credentials
- `403` — Unauthorized - Insufficient permissions to access resource
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/modernfi/apis/endpoints.md) · [All operations](https://skmtc.net/modernfi/apis/endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modernfi/endpoints/revisions/d9c7bd6bd2f2/schema)
