Sub-schedules
Delete a sub-schedule
Permanently deletes a sub-schedule. Requires a Pro plan.
delete/schedules/{subdomain}/groups/{group_id}
Path parameters
subdomainstring required
The subdomain identifier of the parent schedule
group_idstring required
The encoded ID of the sub-schedule
Response
Sub-schedule deleted successfully
Example response
{
"data": {
"message": "Sub-schedule deleted successfully"
}
}