---
title: "Remove LLM provider access grant"
method: DELETE
path: "/v1/llm-providers/{llmProviderId}/access/{accessId}"
tags: ["LLM Providers"]
---

# Remove LLM provider access grant

`DELETE /v1/llm-providers/{llmProviderId}/access/{accessId}`

Removes one explicit member or team access grant from an organization LLM provider.

## Path parameters

- `llmProviderId` string, typeid, required
- `accessId` string, typeid, required

## Response `204`

Organization LLM provider access removed successfully.

## Other responses

- `400` — The provider access deletion path parameters were invalid.
- `401` — The caller must be signed in to manage provider access.
- `403` — Only the provider creator or a workspace admin can manage provider access.
- `404` — The provider or access grant could not be found.
- `409` — The request tried to remove a protected provider access entry.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/versions/55ba7d5c7a7b/schema)
