/
/Global.health data service
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
  • Sources
Checked 2h ago · Updated 1mo agoView markdown
Case13
  • getLists cases
  • putUpserts a case
  • postCreates one (or multiple identical) new cases
  • deleteDeletes 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.
  • postStreams 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.
  • postBatch upserts cases
  • postBatch updates cases
  • postBatch updates cases that match the query property
  • getGets a specific case
  • putUpdates a specific case
  • deleteDeletes a specific case
  • postChanges status for a list of cases
  • getLists IDs of excluded cases for a specified source
Suggest3
    Case

    Deletes a specific case

    delete/cases/{id}

    Response

    Case deleted