---
title: "Delete a role binding"
method: DELETE
path: "/admin/role-bindings/{role_binding_id}"
tags: ["Role Bindings"]
---

# Delete a role binding

`DELETE /admin/role-bindings/{role_binding_id}`

Delete a role binding; permissions are revoked when the deletion completes.

## Path parameters

- `role_binding_id` string, uuid, required

## Headers

- `X-Pinecone-Api-Version` string, required

## Response `202`

Role binding deletion accepted. The binding is removed immediately; it then returns 404, and repeating the request returns 404 as well.

## Other responses

- `401` — Unauthorized. Possible causes: Invalid API key.
- `403` — Forbidden
- `404` — Not found
- `409` — Conflict. The request conflicts with the persisted state of the resource. Common causes include invariant violations (e.g., removing the last `OrgOwner`), lifecycle-state mismatches (e.g., resending an invite that is not pending), and constraint violations checked against persisted data.
- `500` — Internal server error.
- `4XX` — Unexpected error on request.

---

[API](https://skmtc.net/pinecone/apis/pinecone-admin-api.md) · [All operations](https://skmtc.net/pinecone/apis/pinecone-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pinecone/pinecone-admin-api/versions/8210e9d414c2/schema)
