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
{{ message }}
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 errorcode":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.The text was updated successfully, but these errors were encountered: