You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deletes a specific API (service + version) from the Microcks server.
Usage
microcks delete <serviceName:version> [flags]
Example
# Delete the local 'Simple' API version '1.1'
microcks delete "Simple:1.1"# Delete without previously logining to microcks
microcks delete "Simple:1.1" \
--microcksURL <microcks-url> \
--keycloakClientId <client-id> \
--keycloakClientSecret <client-secret>