Skip to content

Commit f18d248

Browse files
committed
Change conduit_id to id in HTTP
1 parent 39af8fb commit f18d248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitchio/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@ async def post_create_clip(
13451345
### Conduits ###
13461346

13471347
async def delete_conduit(self, conduit_id: str, /) -> None:
1348-
params = {"conduit_id": conduit_id}
1348+
params = {"id": conduit_id}
13491349

13501350
route = Route("DELETE", "eventsub/conduits", params=params)
13511351
await self.request(route)

0 commit comments

Comments
 (0)