---
title: "Remove Entitlement Binding"
method: DELETE
path: "/api/v1/request_schema_entitlement_binding"
tags: ["Request Schema Entitlement Binding"]
---

# Remove Entitlement Binding

`DELETE /api/v1/request_schema_entitlement_binding`

Remove the link between a request schema and a single app entitlement.

## Request body

- C1ApiRequestSchemaV1RequestSchemaServiceRemoveEntitlementBindingRequest — The request message for removing a single entitlement binding from a request schema.
  - `entitlementRef` C1ApiAppV1AppEntitlementRef — The AppEntitlementRef message.
    - `appId` string — The appId field.
    - `id` string — The id field.
  - `requestSchemaId` string — The unique identifier of the request schema to remove the binding from.

## Response `200`

The response message for removing a single entitlement binding.

- C1ApiRequestSchemaV1RequestSchemaServiceRemoveEntitlementBindingResponse — The response message for removing a single entitlement binding.

---

[API](https://skmtc.net/conductorone/apis/c1-api.md) · [All operations](https://skmtc.net/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/d391405a35d3/schema)
