FIREANIME API
Browse API97 operations
POST

LeaveRoom

Leave Room through the Watch Together service.

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

Request

LeaveWatchTogetherRoomRequest

LeaveWatchTogetherRoomRequestapi.v1.watch_together.LeaveWatchTogetherRoomRequest1 fields

Leave Watch Together Room Request message.

publicId
string

Public Id value.

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

Response

LeaveWatchTogetherRoomResponse

LeaveWatchTogetherRoomResponseapi.v1.watch_together.LeaveWatchTogetherRoomResponse1 fields

Leave 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.