check if it's correct way to request room close by...
# ask-ai
h
check if it's correct way to request room close by pure http request (no sdk) by using POST livekit_http_url.rstrip('/')}/twirp/livekit.RoomService/DeleteRoom json={"room":room_name} and "Authorization": f"Bearer {jwt_token}",
t
Thanks for reaching out, Mateusz. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
Could you please confirm if you're trying to use the LiveKit API directly without any SDKs? If that's the case, are you looking for some help with building the HTTP request or checking the JWT token setup? Just want to make sure I’m giving you the right guidance!
h
yes exactly, i need info how to make, and how should look like for closing room
show correct way to make pure http request to get ROOM_DELETED