Scheduled Meeting - Delete a scheduled meeting
This API deletes a scheduled meeting using the meetingId returned when the meeting was created. Required OAuth scope: meeting:delete
- To grant permission to delete the scheduled meeting.
Path Parameters
The ID of the meeting.
Header Parameters
The content type should be application/json.
Request Body
Possible values: [current
, all
]
Specifies the scope of the deletion. Use 'current' to delete a specific scheduled meeting or the current instance of a recurring meeting. Use 'all' to delete the entire series of recurring meetings.
- 200
- 400
- 401
- 412
Success
Schema
Possible values: [Your meeting has been cancelled successfully.
, Your meetings has been cancelled successfully.
]
Message indicating the result of the delete operation.
{
"status": "Your meeting has been cancelled successfully."
}
Example delete scheduled meeting response
{
"status": "Your meeting has been cancelled successfully."
}
Schema
Status Code of the API
The error code of the API
The error message of the API
{
"customCode": 0,
"message": "string"
}
Schema
Status Code of the API
The error code of the API
The error message of the API
{
"customCode": 0,
"message": "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"
}