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
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
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: