Learn R Programming

sbgr (version 1.0.0)

project_delete: Delete a project

Description

Note that this deletes all files, tasks which belong to a project.

Usage

project_delete(auth_token = NULL, project_id = NULL, ...)

Arguments

auth_token
auth token
project_id
ID of a project you want to delete.
...
parameters passed to sbgapi function

Value

parsed list of the returned json

Examples

Run this code
token = '420b4672ebfc43bab48dc0d18a32fb6f'
req = project_delete(token,
            project_id = '3a21ade8-ef3e-41f8-8ac2-1dc3b434ac77')

Run the code above in your browser using DataLab