Delete a chat room

Deletes a specific chat room. Only the room owner can delete. Returns 404 if room doesn’t exist or you’re not a participant (security-first), 403 if you’re a participant but not the owner.

Authentication

X-API-Keystring
Enter your API key for programmatic access
OR
AuthorizationBearer

Enter your JWT token (without the ‘Bearer ’ prefix)

Path parameters

idstringRequired
Chat Room ID

Response

No Content

Errors