Schedules
Delete a schedule
Soft-deletes a schedule, marking it as deleted. The schedule will no longer appear in listings or be accessible. Only the schedule owner can perform this action.
delete/schedules/{subdomain}
Path parameters
subdomainstring required
The subdomain identifier of the schedule
Response
Schedule deleted successfully
Example response
{
"data": {
"message": "Schedule deleted successfully"
}
}