SUBERNOVA
project.archive
This method archives an active project.
Call this method via the following URL:
https://app.subernova.com/api/1.0/project.archive
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 archiving.
Response
Success (project archived)
The project has been archived successfully.
Success: Project archived.
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 archived)
This short message may be returned if SUBERNOVA's server is down or for some reason the project cannot be archived, which is pretty rare.
Error: Project not archived.
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.
