deleteProject()
Syntax
Delete the project by project ID.
Parameters
Name
Type
Required
Description
projectId
string
Yes
The project ID.
token
string
No
The authentication token response from Eueno API when login. After login, this token was saved in local storage with the name “eueno-token".
Returns
Promise returns an object with two properties is:
“folders” - [ ]: array of folders name
“files” - [ ]: array of objects, each object includes file information
Example
Response of example:
Last updated