# Delete a dataset

> Deletes a dataset, its items, and every eval bound to it. Results of runs that already scored those items keep their frozen copies of the input and expected output.

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Delete a dataset"}
>
</Heading>

<MethodEndpoint
  method={"delete"}
  path={"/api/v1/datasets/{dataset_id}"}
  context={"endpoint"}
>
  
</MethodEndpoint>

Deletes a dataset, its items, and every eval bound to it. Results of runs that already scored those items keep their frozen copies of the input and expected output.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails
  {...require("./delete-dataset.ParamsDetails.json")}
>
  
</ParamsDetails>

<RequestSchema
  {...require("./delete-dataset.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./delete-dataset.StatusCodes.json")}
>
  
</StatusCodes>
