DELETE /data/{id}
Open
Nobody has claimed this yet.
Datasets
DELETE
Migration
- Dominant language
- Python
- Stars
- 16
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
Deletes a dataset. Upon success, it returns the ID of the deleted dataset.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing dataset API routes and handlers in the server-api repository, then inspect how related dataset operations are implemented and tested. Done means the DELETE /data/{id} endpoint removes the dataset and, on success, returns the deleted dataset's ID.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100