zowe / zowe-cli-cics-plugin

Migrated to zowe/cics-for-zowe-client.
https://github.com/zowe/cics-for-zowe-client
Eclipse Public License 2.0
7 stars 11 forks source link

Delete a CICS WEBSERVICE #59

Closed ghost closed 4 years ago

ghost commented 4 years ago

Create a new Zowe CLI command to delete a CICS WEBSERVICE resource (zowe cics delete webservice).

Required options:

IBM documentation:

Example of invoking REST API to delete WEBSERVICE: DELETE <host>:<port>/CICSSystemManagement/CICSDefinitionWebService/CICCMCI2?CRITERIA=(NAME=websvc)&PARAMETER=CSDGROUP(MYGRP) where region name = "CICCMCI2", webservice name = "websvc", and CICS group name = "MYGRP"

ghost commented 4 years ago

API function for deleting web services was added in #65, CLI command and unit/system tests are still needed.