Sessions - Delete a session
This API deletes a specific session for a meeting
Path Parameters
The meeting ID for which to delete the session
The ID of the session to delete
Header Parameters
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.
The content type should be application/json
- 200
- 400
- 401
- 412
Success
Schema
Whether the delete operation was successful
{
"success": true
}
Example delete session response
{
"success": true
}
Schema
Status Code of the API
The error code of the API
The error message of the API
{
"customCode": 0,
"message": "string",
"errors": "string"
}
Schema
Status Code of the API
The error code of the API
The error message of the API
{
"customCode": 0,
"message": "string",
"errors": "string"
}
Schema
Status Code of the API
The error code of the API
The errors array which includes objects with a "property" and "message" properties describing the error
{
"customCode": 0,
"message": "string",
"errorsArray": [
null
]
}