Page optimized for desktop experience. Please use a desktop browser for best compatibility.
GET
/api/v2/scheduled-events/delete-status/{jobId}

Path Parameters

Parameter Type Description
jobId string, required jobId obtained from the Bulk Delete Webcasts endpoint return

Response Body

successful response

[
  {
    "jobId": "string",
    "status": "Initialized",
    "count": 0,
    "processedCount": 0,
    "failedCount": 0,
    "remainingCount": 0
  }
]

Unauthorized error

Internal server error

200

successful response

[
  {
    "jobId": "string",
    "status": "Initialized",
    "count": 0,
    "processedCount": 0,
    "failedCount": 0,
    "remainingCount": 0
  }
]
401

Unauthorized error

500

Internal server error