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 ?