cf icon indicating copy to clipboard operation
cf copied to clipboard

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

Open bg6954 opened this issue 12 years ago • 1 comments

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.

bg6954 avatar Sep 25 '13 15:09 bg6954

@jrichard Is this an issue you want to prioritize?

mark-rushakoff avatar Sep 25 '13 18:09 mark-rushakoff