Function deleteTask

  • Deletes a specific task and cancels any scheduled or pending runs associated with it. This action cannot be undone. Tenant admins can delete tasks owned by other users.

    Parameters

    • id: string

      The unique identifier of the task to delete.

    • Optionaloptions: ApiCallOptions

    Returns Promise<tasks.DeleteTaskHttpResponse>

    DeleteTaskHttpError