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
      • POSTCreate a score
      • GETList scores
      • GETRetrieve a score
      • PATCHUpdate a score
      • DELDelete a score
      • POSTCreate or update a log score
      • GETList log scores
      • GETRetrieve a log score
      • PATCHUpdate a log score
      • DELDelete a log score
      • POSTFilter scores
      • PUTReplace a score
      • PUTReplace a log score
  • Reference
    • Filters API Reference
LogoLogo
DiscordPlatform
API ReferenceScores

Delete a log score

DELETE
https://api.respan.ai/api/logs/:log_id/scores/:score_id/
DELETE
/api/logs/:log_id/scores/:score_id/
$curl -X DELETE https://api.respan.ai/api/logs/log_id/scores/score_id/ \
> -H "Authorization: Bearer sk_live_xxxxx"

Delete a score from a log/span.

Was this page helpful?
Previous

Filter scores

Next
Built with

Path parameters

log_idstringRequired

Log/span unique ID to manage scores for.

score_idstringRequired

Score ID returned as id in score responses.

Headers

AuthorizationstringRequired

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

Errors

401
Unauthorized Error
404
Not Found Error