For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
DiscordPlatform
DocumentationIntegrationsAPI referenceSDKsChangelog
DocumentationIntegrationsAPI referenceSDKsChangelog
  • API Reference
      • GETGet models summary
      • POSTFilter models summary
      • GETList models with filters
      • POSTFilter models
      • GETList public model catalog
      • GETList models
      • POSTCreate or update a custom model
      • GETRetrieve a model
      • PATCHUpdate a custom model
      • DELDelete a custom model
      • GETList custom providers
      • POSTCreate a custom provider
      • GETRetrieve a custom provider
      • PATCHUpdate a custom provider
      • DELDelete a custom provider
      • PUTReplace a custom model
      • PUTReplace a custom provider
  • Reference
    • Filters API Reference
LogoLogo
DiscordPlatform
API ReferenceModels

Delete a custom provider

DELETE
https://api.respan.ai/api/providers/:provider_id/
DELETE
/api/providers/:provider_id/
$curl -X DELETE https://api.respan.ai/api/providers/provider_id/ \
> -H "Authorization: Bearer sk_live_xxxxx"
Delete a custom provider by string provider ID.
Was this page helpful?
Previous

Replace a custom model

Next
Built with

Path parameters

provider_idstringRequired

Custom provider string ID returned as id and provider_id in provider responses.

Headers

AuthorizationstringRequired

Bearer token. Use Bearer YOUR_API_KEY for API key auth or Bearer <JWT> for dashboard auth.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error