feat(docs): add all delete endpoints

This commit is contained in:
rzmk 2025-12-02 19:20:06 -05:00
parent 4737c5462d
commit e9b220462b
25 changed files with 1106 additions and 0 deletions

View file

@ -0,0 +1,31 @@
---
title: package_delete
full: true
_openapi:
method: DELETE
route: package_delete
toc: []
structuredData:
headings: []
contents:
- content: >
Delete a dataset (package).
This makes the dataset disappear from all web & API views, apart from
the trash.
You must be authorized to delete the dataset.
---
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
Delete a dataset (package).
This makes the dataset disappear from all web & API views, apart from the trash.
You must be authorized to delete the dataset.
<APIPage document={"./lib/openapi.yml"} operations={[{"path":"package_delete","method":"delete"}]} webhooks={[]} hasHead={false} />