This API operation deletes a scheduled DirectCam show for the user.
POST
/v1/DirectCam/DeleteScheduledShow
POST
/v1/Groups/DirectCam/DeleteScheduledShow
(See Group manager)
Property | Type | Description |
---|---|---|
ScheduledID |
integer | Required. The ID of the scheduled DirectCam show. |
Reason |
string | The reason to delete this scheduled DirectCam show. |
If the authenticated user is the manager of a group, the user can impersonate another member of the group. This allows the manager to perform tasks of other group members without having to authenticate as them.
The request can be build in the same way as the regular request, but targeted towards the Group manager endpoint. Additionally, it has the following extra parameters:
Property | Type | Description |
---|---|---|
UserID |
integer | Required. The ID of a member in the group that will be impersonated for this request. |
Parameters can be passed to this operation using the HTTP POST method with serialized JSON in the request body.
The REST API uses HTTP request headers to determine what data type is returned or to authenticate the developer's API key. More information can be found in the overview section.
An Authorization header is required with every request and must contain the access_token of the user. More information can be found in the Access tokens page.
This endpoint requires the following scope:
Scope |
---|
account_webcam_bookings |
Property | Type | Description |
---|---|---|
This will return no model just a 200 OK HTTP Status code. |
Note: You can only delete scheduled shows that don't have their DateBlocked
. See the GetScheduledShowsForUser endpoint.
The following example shows a successful deletion of a scheduled show.