ckanaction/docs/content/docs/package_collaborator_delete.mdx

39 lines
No EOL
1.2 KiB
Text

---
title: package_collaborator_delete
full: true
_openapi:
preload:
- ./lib/openapi.yml
method: DELETE
webhook: false
toc: []
structuredData:
headings: []
contents:
- content: >
Remove a collaborator from a dataset.
Currently you must be an Admin on the dataset owner organization to
manage collaborators.
Note: This action requires the collaborators feature to be enabled
with the
[`ckan.auth.allow_dataset_collaborators`](https://docs.ckan.org/en/2.11/maintaining/configuration.html#ckan-auth-allow-dataset-collaborators)
configuration option.
---
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
export default function Layout(props) {
const { APIPage, OpenAPIPage } = props.components ?? {};
// "APIPage" is the old name from v10, this allows both for backward compatibility
const Comp = OpenAPIPage ?? APIPage;
return (
<>
{props.children}
<Comp document="./lib/openapi.yml" operations={[{"path":"package_collaborator_delete","method":"delete"}]} showDescription />
</>
);
}