Skip to main content
DELETE
/
v1
/
orgs
/
{orgId}
/
llm-providers
/
{llmProviderId}
Delete organization LLM provider
curl --request DELETE \
  --url https://api.openworklabs.com/v1/orgs/{orgId}/llm-providers/{llmProviderId}
{
  "error": "<string>",
  "details": [
    {
      "message": "<string>",
      "path": [
        "<string>"
      ]
    }
  ]
}

Path Parameters

orgId
string<typeid>
required

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

Required string length: 30
Pattern: ^org_.*
llmProviderId
string<typeid>
required

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

Required string length: 30
Pattern: ^lpr_.*

Response

Organization LLM provider deleted successfully.