Skip to main content
DELETE
/
rewards
/
payout-groups
/
{id}
Delete Payout Group
curl --request DELETE \
  --url https://api.example.com/rewards/payout-groups/{id} \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.paxos.com/llms.txt

Use this file to discover all available pages before exploring further.

OAuth Scope
rewards:write_payout_groups

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

UUID direct reference to the payout group to delete.

Response

200 - application/json

A successful response.

The response is of type object.