FireteamFinder.LeaveLobby

FireteamFinder

Verb: POST

Path: /FireteamFinder/Lobby/Leave/{lobbyId}/{destinyMembershipType}/{destinyMembershipId}/{destinyCharacterId}/

Sends a request to leave a Fireteam lobby.

Path Parameters

  • destinyCharacterId
    A valid Destiny character ID.
    Type: int64
  • destinyMembershipId
    A valid Destiny membership ID.
    Type: int64
  • destinyMembershipType
    A valid Destiny membership type.
    The types of membership the Accounts system supports. This is the external facing enum used in place of the internal-only Bungie.SharedDefinitions.MembershipType.
    Type: int32
  • lobbyId
    The ID of the lobby to leave.
    Type: int64

Response

Look at the Response property for more information about the nature of this response
Content Type: application/json
Type: object
Object Properties
Response
Type: boolean
ErrorCode
Type: int32
ThrottleSeconds
Type: int32
ErrorStatus
Type: string
Message
Type: string
MessageData
Type: object
Dictionary Contents: string
Dictionary Key Type: string
DetailedErrorTrace
Type: string