Meeting Invite - Delete meeting invites
This API deletes one or more meeting invites for a specific meeting
Path Parameters
The meeting ID for which to delete invites
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
Request Body
Array of meeting invite IDs to delete
- 200
- 400
- 401
- 412
Success
Schema
Whether the delete operation was successful
{
"success": true
}
Example delete meeting invite 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
]
}