Skip to main content

DELETE /api/zeq/llm/credentials/:id

MethodDELETE
Path/api/zeq/llm/credentials/:id
GroupZeq Llm
AuthAuthorization: Bearer zeq_ak_<key> (API key) — or an authenticated session
Sourceshared/api-core/src/routes/zeqLlm.ts

Call it

curl -X DELETE https://zeqsdk.com/api/zeq/llm/credentials/:id \
-H "Authorization: Bearer zeq_ak_<key>"

Pass an zeq_ak_ API key as a Bearer token (as shown above), or call it from an authenticated session.

Reference