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 dataset
      • POSTList datasets
      • GETRetrieve a dataset
      • PATCHUpdate a dataset
      • DELDelete a dataset
      • POSTCreate a dataset log
      • POSTList dataset logs
      • GETRetrieve a dataset log
      • PATCHUpdate a dataset log
      • DELDelete a dataset log
      • POSTBulk create dataset logs
      • POSTRun evaluators on a dataset
      • GETList dataset evaluation runs
      • PUTReplace a dataset log
      • POSTImport existing logs into a dataset
      • DELRemove logs from a dataset
      • GETGet dataset logs summary
      • POSTGet filtered dataset logs summary
  • Reference
    • Filters API Reference
LogoLogo
DiscordPlatform
API ReferenceDatasets

Delete a dataset log

DELETE
https://api.respan.ai/api/datasets/:dataset_id/logs/:unique_id/
DELETE
/api/datasets/:dataset_id/logs/:unique_id/
$curl -X DELETE https://api.respan.ai/api/datasets/dataset_id/logs/unique_id/ \
> -H "Authorization: Bearer sk_live_xxxxx"
Remove a single log from a dataset.
Was this page helpful?
Previous

Bulk create dataset logs

Next
Built with

Path parameters

dataset_idstringRequired

Dataset ID. Use _saved_logs for the virtual saved-logs collection.

unique_idstringRequired
Unique log ID within the dataset.

Headers

AuthorizationstringRequired

Bearer token. Use Bearer YOUR_API_KEY.

Errors

401
Unauthorized Error