Deprovision a service instance
delete
                    /openservicebroker/v2/service_instances/{instance_id}
This service exists to satisfy Open Service Broker orphan mitigation flows. Service instances are not persisted by ORDS. As a result, there are no objects to delete.
                
                Request
Path Parameters
                - 
                    instance_id(required):  string
                    
                    Instance id of instance to provision.
 
Header Parameters
                    - 
                            X-Broker-API-Originating-Identity: string 
                            
                            The identity of the Platform user that initiated the request from the Platform. The value for this header consists of two parts which are described in the Open Service Broker specification.
 - 
                            X-Broker-API-Request-Identity: string 
                            
                            A Platform might wish to uniquely identify a specific request as it flows throughout the system. This header holds that request tracking information.
 - 
                            X-Broker-API-Version(required): string 
                            
                            The version number of the Service Broker API that the Platform will use.
 
There's no request body for this operation.
Back to TopResponse
204 Response
Confirmation that the service instance does not exist in ORDS. There is no content returned.