mirror of
https://github.com/dathere/ckanaction.git
synced 2026-05-20 09:54:14 +00:00
30 lines
No EOL
752 B
Text
30 lines
No EOL
752 B
Text
---
|
|
title: package_delete
|
|
full: true
|
|
_openapi:
|
|
method: 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"}]} /> |