cloudfoundry-attic / cf

The Cloud Foundry command-line interface
Apache License 2.0
19 stars 29 forks source link

As an admin, I want to be able to delete a CloudFoundry Service #62

Open bg6954 opened 11 years ago

bg6954 commented 11 years ago

The command cf-services --marketplace provides a listing of the Cloud Foundry Services catalog, but there is no option for removing a service from the catalog.

Cloud Controller exposes a REST API to remove a service from the catalog DELETE /v2/services/:guid . Invoking this REST API call seems to always return an error code":1000,"description":"Invalid Auth Token. The "Invalid Auth Token" might be due to a bug or an error in the invocation, but there does seem to be a gap where the functionality of an admin being able to delete the CloudFoundry Service is missing in cf.

mark-rushakoff commented 11 years ago

@jrichard Is this an issue you want to prioritize?