Skip to main content
DELETE
/
api
/
v1
/
rooms
/
{roomId}
delete room
curl --request DELETE \
  --url https://apix.us.amity.co/api/v1/rooms/{roomId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

roomId
string
required

Room ID

Maximum string length: 50

Response

room information

success
boolean