TwitchApi.Raids.Cancelaraid (TwitchApi v0.1.3) View Source

⛔ This module is autogenerated please do not modify manually.

Example request from twitch api docs:

descriptions:

requests:

curl -X DELETE 'https://api.twitch.tv/helix/raids?broadcaster_id=12345678'
-H'Authorization: Bearer kpvy3cjboyptmdkiacwr0c19hotn5s'
-H'Client-Id: hof5gwx0su6owfnys0nyan9c87zr6t'

Example response from twitch api docs:

descriptions:

responses:

Link to this section Summary

Functions

Description:

NEW Cancel a pending raid.

Link to this section Functions

Specs

call() :: {:ok, Finch.Response.t()} | {:error, Exception.t()}

Description:

NEW Cancel a pending raid.

Required authentication:

Required authorization:

Requires a user access token that includes the channel:manage:raids scope. The ID in the broadcaster_id query parameter must match the user ID in the OAuth token.