Note that this deletes all files, tasks which belong to a project.
project_delete(auth_token = NULL, project_id = NULL, ...)
auth_token | auth token |
---|---|
project_id | ID of a project you want to delete. |
... | parameters passed to sbgapi function |
parsed list of the returned json
token = '420b4672ebfc43bab48dc0d18a32fb6f' req = project_delete(token, project_id = '3a21ade8-ef3e-41f8-8ac2-1dc3b434ac77')#> Error: HTTP Status 404: /1.1/project/3a21ade8-ef3e-41f8-8ac2-1dc3b434ac77 not found