Evaluation Datasets
Delete question from dataset
Removes a specific question-answer pair from a dataset
delete/datasets/{dataset_id}/{question_id}
Path parameters
dataset_idstring required
ID of the dataset
question_idstring required
ID of the question to delete
Response
Question successfully deleted
Example response
{
"message": "Operation completed successfully"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.