Delete EventSub Subscription
Deletes a custom Twitch EventSub subscription. This lets you unsubscribe from any Twitch EventSub event.
You will need to use Get Active EventSub Subscriptions in order to get the internal reference ID for the subscription.
| Box Name | Type | Description |
|---|---|---|
| EventSub Subscription Id | String | The internal Id referencing this subscription. |
Twitch API Endpoint: DELETE /helix/eventsub/subscriptions
| Request Field | Type | Description |
|---|---|---|
| id | string | The ID of the EventSub subscription to delete. Retrieve this using the Get Active EventSub Subscriptions command. |