Description Usage Arguments Value Examples
Note that this deletes all files, tasks which belong to a project.
1 | 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
1 2 3 | token = '420b4672ebfc43bab48dc0d18a32fb6f'
req = project_delete(token,
project_id = '3a21ade8-ef3e-41f8-8ac2-1dc3b434ac77')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.