Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add to bulk importer the ability to delete all references from a collection #202

Open
paynejd opened this issue Mar 26, 2020 · 0 comments
Open
Assignees

Comments

@paynejd
Copy link
Member

paynejd commented Mar 26, 2020

This single request deletes all references in a collection:

DELETE /orgs/KenyaMOH/collections/KenyaEMR/references/
{
    "references": ["*"]
}

Bulk importer could do this:

{"__method": "DELETE", "owner": "KenyaMOH", "owner_type": "Organization", "collection": "KenyaEMR", "references": ["*"]}
@paynejd paynejd self-assigned this Mar 26, 2020
@rkorytkowski rkorytkowski added the intro Issues which are easy enough to work on for new developers label Jul 9, 2021
@paynejd paynejd removed the intro Issues which are easy enough to work on for new developers label Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants