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
Header Parameters
  • 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.
  • A Platform might wish to uniquely identify a specific request as it flows throughout the system. This header holds that request tracking information.
  • The version number of the Service Broker API that the Platform will use.

There's no request body for this operation.

Back to Top

Response

204 Response

Confirmation that the service instance does not exist in ORDS. There is no content returned.
Back to Top