curl --request DELETE \
--url https://api.openworklabs.com/v1/llm-providers/{llmProviderId}{
"error": "<string>",
"details": [
{
"message": "<string>",
"path": [
"<string>"
]
}
]
}Deletes an organization LLM provider and removes its models and access rules.
curl --request DELETE \
--url https://api.openworklabs.com/v1/llm-providers/{llmProviderId}{
"error": "<string>",
"details": [
{
"message": "<string>",
"path": [
"<string>"
]
}
]
}Den TypeID with 'lpr_' prefix and a 26-character base32 suffix.
30^lpr_.*Organization LLM provider deleted successfully.
Was this page helpful?