curl --request DELETE \
--url https://api.openworklabs.com/v1/llm-providers/{llmProviderId}/access/{accessId}{
"error": "<string>",
"details": [
{
"message": "<string>",
"path": [
"<string>"
]
}
]
}Removes one explicit member or team access grant from an organization LLM provider.
curl --request DELETE \
--url https://api.openworklabs.com/v1/llm-providers/{llmProviderId}/access/{accessId}{
"error": "<string>",
"details": [
{
"message": "<string>",
"path": [
"<string>"
]
}
]
}Den TypeID with 'lpr_' prefix and a 26-character base32 suffix.
30^lpr_.*Den TypeID with 'lpa_' prefix and a 26-character base32 suffix.
30^lpa_.*Organization LLM provider access removed successfully.
Was this page helpful?