Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BAD_REQUEST = {"description": "Service broker failed to delete service binding for instance cloud-logging: This service plan requires client support for asynchronous service operations.", "error_code": "CF-AsyncRequired", "code": 10001, "http": {"method": "DELETE", "status": 422}} #197

Open
GeorgiDimv opened this issue Nov 28, 2023 · 0 comments

Comments

@GeorgiDimv
Copy link

GeorgiDimv commented Nov 28, 2023

I am using the python client to delete service key:

v2.service_keys.remove(service_key['metadata']['guid'])

but I am getting the following error:

BAD_REQUEST = {"description": "Service broker failed to delete service binding for instance cloud-logging: This service plan requires client support for asynchronous service operations.", "error_code": "CF-AsyncRequired", "code": 10001, "http": {"method": "DELETE", "status": 422}} - vcap-request-id = 75a9acc8-62bc-4970-7693-aa7c4bd818ed::2ee28c24-3dfd-40f6-8284-e0b8faa85cac

Is there there solution for asynchronous support ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant