API Docs / Operations / Tasks - Recurring / Delete Recurring Task Schedule

Delete Recurring Task Schedule

DELETE /tenants/{tenant}/recurring-tasks/{taskCode}/schedules/{code}

Removes a custom schedule, returning every linked client to the recurring task's default schedule. The default schedule cannot be deleted.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string
taskCode* path string

Responses

204 No Content
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found

Try it