/
GL
globaldothealth
/
Global.health data service
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 23m ago · Updated 3w ago
View markdown
globaldothealth
Global.health data service
delete
Deletes a specific case
v1
latest
OpenAPI 3.0.3
MIT
2026-07-17
16
20
44.6 KB
Case
13
get
Lists cases
put
Upserts a case
post
Creates one (or multiple identical) new cases
delete
Deletes multiple cases. It is required to supply exactly one of either caseIds or query in the request body. If caseIds are supplied, cases corresponding to those caseIds will be deleted. If query is supplied, all cases that match the query will be deleted.
post
Streams a CSV, TSV or JSON attachment of cases matching the search query. If caseIds are supplied the CSV only contains cases with those ids. You cannot supply both query and caseIds.
post
Batch upserts cases
post
Batch updates cases
post
Batch updates cases that match the query property
get
Gets a specific case
put
Updates a specific case
delete
Deletes a specific case
post
Changes status for a list of cases
get
Lists IDs of excluded cases for a specified source
Suggest
3
Case
Deletes a specific case
delete
/cases/{id}
Response
Case deleted