cf
cf copied to clipboard
As an admin, I want to be able to delete a CloudFoundry Service
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.
@jrichard Is this an issue you want to prioritize?