Skip to main content
Version: current

Sessions - Delete a session

This API deletes a specific session for a meeting

Path Parameters
    meetingId string required

    The meeting ID for which to delete the session

    Example: sm-ead69d8e-8c30-42f1-9798-8acfa5dd1277
    sessionId string required

    The ID of the session to delete

    Example: se-77a4ef5e-0e86-4217-9f5b-08d766a48aef
Header Parameters
    Authorization string required

    You need an app created on the JioEvents Platform and using the app credentials you can create a JWT to access this API. The JWT should have an issuer and the key "app" with the app id generated from the Platform.

    Example: <Authentication_token_signed_using_secret_or_private_key>
    Content-Type string

    The content type should be application/json

    Example: application/json
Responses

Success


Schema
    success boolean

    Whether the delete operation was successful

Loading...