---
title: "Delete Payout Group"
method: DELETE
path: "/rewards/payout-groups/{id}"
tags: ["Payout Groups"]
---

# Delete Payout Group

`DELETE /rewards/payout-groups/{id}`

Deletes a payout group. A 200 response indicates the request was accepted; however,
if the payout group is registered on a blockchain, it may continue to appear for up
to a few minutes while the on-chain removal is confirmed. Once confirmed, the payout
group will no longer appear.

Deleting a payout group which has an on-chain component will cause the unclaimed
rewards for that group to be implicitly claimed. No details of the implicit claiming
are returned in this API response.

## Path parameters

- `id` string, required

## Response `200`

A successful response.

- DeletePayoutGroupResponse

---

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