LLM Providers

Remove LLM provider access grant

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

delete/v1/llm-providers/{llmProviderId}/access/{accessId}

Path parameters

llmProviderIdstring typeid required

Den TypeID with 'lpr_' prefix and a 26-character base32 suffix.

accessIdstring typeid required

Den TypeID with 'lpa_' prefix and a 26-character base32 suffix.

Response

Organization LLM provider access removed successfully.

Changes

Changed in 1 of the 26 revisions of this API.2

    • removed the pattern ^lpa_.* from the path request parameter accessId

      request-parameter-pattern-removed

    • removed the pattern ^lpr_.* from the path request parameter llmProviderId

      request-parameter-pattern-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog