DELETE
/
online_conferences
/
{online_conference_id}
curl --request DELETE \
  --url https://{primary_domain}/api/public/v2.0/online_conferences/{online_conference_id} \
  --header 'X-Access-Key-Id: <api-key>' \
  --header 'X-Access-Key-Secret: <api-key>'
This response has no body data.

Authorizations

X-Access-Key-Id
string
header
required
X-Access-Key-Secret
string
header
required

Path Parameters

online_conference_id
integer
required