Delete a chat room
Learn how to delete a chat room either global or private using iFlyChat API
Delete a chat room
POST
https://api.iflychat.com/api/1.1/room/:id/delete
Use our API to delete one of your global or private chat rooms
Path Parameters
Name
Type
Description
id
string
The id of the room to be deleted
Request Body
Name
Type
Description
api_key
string
The private API key of your website
Curl Command
This the sample curl command required to make HTTP request:
Last updated