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>'
{}
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.