https://getgo.com/organizers/{organizerKey}/webinars/{webinarKey}/coorganizers/{coorganizerKey}Deletes an internal co-organizer specified by the coorganizerKey (memberKey).
By default only internal co-organizers (with a GoToWebinar account) can be deleted. If you want to use this call for external co-organizers you have to set this parameter to 'true'.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request DELETE \
--url 'https://getgo.com/organizers/{organizerKey}/webinars/{webinarKey}/coorganizers/{coorganizerKey}' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}https://getgo.com/organizers/{organizerKey}/webinars/{webinarKey}/coorganizers/{coorganizerKey}Deletes an internal co-organizer specified by the coorganizerKey (memberKey).
By default only internal co-organizers (with a GoToWebinar account) can be deleted. If you want to use this call for external co-organizers you have to set this parameter to 'true'.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request DELETE \
--url 'https://getgo.com/organizers/{organizerKey}/webinars/{webinarKey}/coorganizers/{coorganizerKey}' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}