App Deletion (ssd api-management delete app)
The ssd api-management delete app
command allows you to delete an app from Sensedia API Platform.
You can use the ssd api-management delete app command or its shortened version ssd apim delete app .
|
Usage
The ssd api-management delete app
command can be followed by specific flags, as in the examples below:
ssd api-management delete app [flags]
If no flag is specified, the interactive mode will be activated.
# Deletes an app $ ssd (api-management | apim) delete app --id 111 $ ssd (api-management | apim) delete app --name "My App" # Deletes an app skipping the confirmation step $ ssd (api-management | apim) delete app --id 111 -y $ ssd (api-management | apim) delete app --name "My App" -y
Available Flags
Flag |
Type |
Description |
-h, --help |
Displays help for the command |
|
-i, --id |
int |
App’s ID |
-n, --name |
string |
App’s name |
-y, --yes |
Skips the confirmation step |
Global Flags
Flag |
Type |
Description |
-c, --config |
string |
Configuration file (default: |
--profile |
string |
The configuration profile you want to use (default: "default") |
--verbose |
Lists all requests made by the command.
It is possible to store this information in a TXT file instead of displaying it on the terminal.
E.g.: |
Declarative Mode
It is possible to delete an app using a .yaml file with the declarative mode. Learn more.
|
Share your suggestions with us!
Click here and then [+ Submit idea]