---
title: "deprovision a service binding"
method: DELETE
path: "/v2/service_instances/{instance_id}/service_bindings/{binding_id}"
tags: ["ServiceBindings"]
---

# deprovision a service binding

`DELETE /v2/service_instances/{instance_id}/service_bindings/{binding_id}`

## Path parameters

- `instance_id` string, required
- `binding_id` string, required

## Query parameters

- `service_id` string, required
- `plan_id` string, required
- `accepts_incomplete` boolean

## Headers

- `X-Broker-API-Version` string, required
- `X-Broker-API-Originating-Identity` string

## Response `200`

OK

- Object

## Other responses

- `202` — Accepted
- `400` — Bad Request
- `401` — Unauthorized
- `410` — Gone
- `422` — Unprocessable Entity

## Changes

- **2020-04-28** `25dd370ccbb1` — 2 info
  - added the non-success response with the status `401`
  - added the non-success response with the status `422`
- **2020-04-16** `7310802d3265` — 2 info
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `422`
- **2020-03-06** `289e8e70ba50` — 1 info
  - added the non-success response with the status `401`
- **2020-03-06** `c3fbf516df60` — 1 info
  - added the non-success response with the status `422`
- **2019-07-23** `f5fcf232eed3` — 4 info
  - added the optional property `instance_usable` to the response with the `400` status
  - added the optional property `instance_usable` to the response with the `410` status
  - added the optional property `update_repeatable` to the response with the `400` status
  - added the optional property `update_repeatable` to the response with the `410` status

[Full history](https://skmtc.dev/cloudfoundry/apis/open-service-broker-api/changes/v2/service_instances/:instance_id/service_bindings/:binding_id/delete.md)

---

[API](https://skmtc.dev/cloudfoundry/apis/open-service-broker-api.md) · [All operations](https://skmtc.dev/cloudfoundry/apis/open-service-broker-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudfoundry/open-service-broker-api/revisions/8e8ca70f8e59/schema)
