Self Help Documentation
< All Topics

software/deletenodejsapp

Description

Deletes one or more deployed Node.js applications from a given SPanel user account.

Info
The delete function expects an array of application IDs in the format domain + application_url (without protocol). You can get these values from software/listnodejsapps.

Parameters

FieldTypeRequiredDescription
tokenstringYesAuthorizing API token – check API Basics for more information.
accountuserstringYesThe SPanel user account that is being managed or viewed.
actionstringYesThe category and function being executed. Use software/deletenodejsapp.
idstring|arrayYesString or array of Node.js application IDs (for example: example.com/myapp).

Example

You can find more information about the Endpoint URL in our API Basics article.

Output

Table of Contents