Delete a testset row
Delete a single row from a testset.
Path parameters
The testset ID returned as id by the API.
The row index returned by the API. Decimal values are allowed, for example 1 or 1.5.
Headers
Use your Respan API key for Respan API authentication. Enter only the Respan API key value; clients send Authorization: Bearer <RESPAN_API_KEY>. For /api/responses, provider credentials such as Perplexity, OpenAI, or Azure OpenAI go in Settings -> Providers or respan_params.credential_override in the request body, not in this authentication field.
Response
Successful response
Changes
Changed in 2 of the 6 revisions of this API.4
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
This revision also has 1490 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
removed the non-success response with the status
401response-non-success-status-removed
- ○
removed the non-success response with the status
404response-non-success-status-removed
This revision also has 1158 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○