Interceptor Deletion (ssd api-management delete interceptor)
The ssd api-management delete interceptor
command allows you to delete an interceptor from Sensedia API Platform.
You can use the ssd api-management delete interceptor command or its shortened version ssd apim delete interceptor .
|
Usage
The ssd api-management delete interceptor
command can be followed by specific flags, as in the examples below:
ssd api-management delete interceptor [flags]
If no flag is specified, the interactive mode will be activated.
# Deletes an interceptor $ ssd (api-management | apim) delete interceptor --name “My Interceptor” # Deletes an interceptor skipping the confirmation step $ ssd (api-management | apim) delete interceptor --name “My Interceptor” -y
Available Flags
Flag |
Type |
Description |
-h, --help |
Displays help for the command |
|
-n, --name |
string |
Interceptor’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.: |
It is possible to delete an interceptor using a .yaml file with the Declarative Mode.
|
Share your suggestions with us!
Click here and then [+ Submit idea]