App Unlinking (ssd api-management unlink app)

The ssd api-management unlink app command allows you to unlink an API and its plans from an app on Sensedia API Platform.

You can use the ssd api-management unlink app command or its shortened version ssd apim unlink app.

Usage

The ssd api-management unlink app command can be followed by flags with their respective arguments:

ssd api-management unlink app [flags]

If no flag is specified, the interactive mode will be activated.

See below examples of usage in the direct mode:

# Unlinks an API from an app
$ ssd api-management unlink app "My app" --from-api "Open Banking" --api-version "1.0.1"

# Unlinks a plan from an app
$ ssd api-management unlink app "My app" --from-api "Open Banking" --api-version "1.0.1" --from-plan "My Plan"

Available flags

The following flags can be used with the ssd api-management unlink app command:

Flag Type Description

-v, --api-version

string

Version of the API from which the app will be unlinked

-a, --from-api

string

API from which the app will be unlinked

-p, --from-plan

string

Plan of the selected API from which the app will be unlinked

-h, --help

Displays help for the command

Global Flags

Flag

Type

Description

-c, --config

string

Configuration file (default: $HOME/.sensedia/config.json)

--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.: $ ssd (api-management | apim) list apis --verbose 2> log.txt

Declarative Mode

It is possible to unlink an API and its plans from an app using a .yaml file with the declarative mode. Learn more.
Thanks for your feedback!
EDIT

Share your suggestions with us!
Click here and then [+ Submit idea]