SUBERNOVA
project.delete
This method deletes an existing project.
Call this method via the following URL:
https://app.subernova.com/api/1.0/project.delete
Parameters
These are the parameters you can pass with the call:
api_key
Your API key for authentication. This can be found in your account settings.
id
The id of the project you're deleting.
Response
Success (project deleted)
The project has been edited successfully.
Success: Project deleted.
Error (no data passed)
This short message will be returned if no data were passed with the call.
Error: No data were passed.
Error (invalid id)
This short message will be returned if you entered an invalid id
Error: Invalid id.
Error (project not edited)
This short message may be returned if SUBERNOVA's server is down or for some reason the project cannot be deleted, which is pretty rare.
Error: Project not deleted.
Error (invalid API key)
This short message will be returned if the API key passed with the call is invalid.
Error: API key is invalid.
Error (account expired)
This short message will be returned if your account has expired.
Error: Account expired.
Help
If you have any questions regarding our API or found a bug, please send us a support request.
