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 testset
      • POSTList testsets
      • GETRetrieve a testset
      • PATCHUpdate a testset
      • DELDelete a testset
      • POSTCreate testset rows
      • GETList testset rows
      • PATCHUpdate a testset row
      • DELDelete a testset row
      • GETGet testsets summary
      • POSTGet filtered testsets summary
      • PUTReplace a testset
      • DELDelete testset rows
      • GETRetrieve a testset row
      • PUTReplace a testset row
  • Reference
    • Filters API Reference
LogoLogo
DiscordPlatform
API ReferenceTestsets

Delete a testset

DELETE
https://api.respan.ai/api/testsets/:testset_id/
DELETE
/api/testsets/:testset_id/
$curl -X DELETE https://api.respan.ai/api/testsets/testset_id/ \
> -H "Authorization: Bearer sk_live_xxxxx"
Delete a testset and all of its rows.
Was this page helpful?
Previous

Create testset rows

Next
Built with

Path parameters

testset_idstringRequired

The testset ID returned as id by the API.

Headers

AuthorizationstringRequired

Bearer token. Use Bearer YOUR_API_KEY.

Errors

401
Unauthorized Error
404
Not Found Error