---
title: "Delete study"
method: DELETE
path: "/study/{id}"
tags: ["study"]
---

# Delete study

`DELETE /study/{id}`

Deletes a study. Upon success, it returns the ID of the deleted study.

## Path parameters

- `id` number, required

## Query parameters

- `api_key` string, required

## Response `200`

ID of the deleted study

- object
  - `study_delete` InlineResponse20024StudyDelete
    - `id` string — ID of the deleted study, a positive integer

## Other responses

- `412` — Precondition failed. An error code and message are returned. 591 - Please provide API key. In order to remove your content, please authenticate. 592 - Study does not exists. The study ID could not be linked to an existing study. 593 - Study deletion failed. Please try again later.

---

[API](https://skmtc.net/openml/apis/openml-api.md) · [All operations](https://skmtc.net/openml/apis/openml-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openml/openml-api/revisions/263d3d6ee586/schema)
