Sign in

Delete Custom Reward

documented

Deletes a custom reward that the broadcaster created.

DELETE /helix/channel-points/rewardsChannel Pointsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.twitch.tv/helix/channel_points/custom_rewards?broadcaster_id={{broadcaster_id}}&id={{reward_id}}" \
  -X DELETE \
  -H "Client-Id: {{TWITCH_CLIENT_ID}}" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"