FIREANIME API
Browse API97 operations
POST

CloseRoom

Close Room through the Watch Together service.

/api.v1.watch_together.WatchTogetherService/CloseRoom Bearer required
01

Request

CloseWatchTogetherRoomRequest

CloseWatchTogetherRoomRequestapi.v1.watch_together.CloseWatchTogetherRoomRequest1 fields

Close Watch Together Room Request message.

publicId
string

Public Id value.

Request JSON
{
  "publicId": "room-7KQ2"
}
02

Response

CloseWatchTogetherRoomResponse

CloseWatchTogetherRoomResponseapi.v1.watch_together.CloseWatchTogetherRoomResponse1 fields

Close Watch Together Room Response message.

message
string

Message value.

Example response
{
  "message": "success"
}
03

Error handling

Common failure codes

unauthenticatedThe Bearer token is missing or invalid.

invalid_argumentThe request payload failed validation.

internalThe service could not complete the operation.