cURL
curl --request DELETE \ --url https://api.example.com/rewards/payout-groups/{id} \ --header 'Authorization: Bearer <token>'
{}
Deletes a payout group. 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.
rewards:write_payout_groups
The access token received from the authorization server in the OAuth 2.0 flow.
UUID direct reference to the payout group to delete.
A successful response.
The response is of type object.
object
Was this page helpful?