tidy3d.web.api.webapi.delete

Contents

tidy3d.web.api.webapi.delete#

class delete[source]#

Bases:

Delete server-side data associated with task.

Parameters:

task_id (str) – Unique identifier of task on server. Returned by upload().

Returns:

Object containing information about status, size, credits of task.

Return type:

TaskInfo

Inherited Common Usage