mirror of
https://github.com/dathere/ckanaction.git
synced 2025-12-31 01:20:21 +00:00
38 lines
No EOL
1.2 KiB
Text
38 lines
No EOL
1.2 KiB
Text
---
|
|
title: dataset_purge
|
|
full: true
|
|
_openapi:
|
|
method: DELETE
|
|
toc: []
|
|
structuredData:
|
|
headings: []
|
|
contents:
|
|
- content: >
|
|
Purge a dataset.
|
|
|
|
|
|
<Callout title="Warning!" type="warn">Purging a dataset cannot be
|
|
undone!</Callout>
|
|
|
|
|
|
Purging a dataset completely removes the dataset from the CKAN
|
|
database, whereas deleting a dataset simply marks the dataset as
|
|
deleted (it will no longer show up in the front-end, but is still in
|
|
the db).
|
|
|
|
|
|
You must be authorized to purge 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. */}
|
|
|
|
Purge a dataset.
|
|
|
|
<Callout title="Warning!" type="warn">Purging a dataset cannot be undone!</Callout>
|
|
|
|
Purging a dataset completely removes the dataset from the CKAN database, whereas deleting a dataset simply marks the dataset as deleted (it will no longer show up in the front-end, but is still in the db).
|
|
|
|
You must be authorized to purge the dataset.
|
|
|
|
|
|
<APIPage document={"./lib/openapi.yml"} operations={[{"path":"dataset_purge","method":"delete"}]} /> |