/
/TraceTest
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 2mo ago
api45
  • putUpsert a definition
  • postExecute a definition
  • getGet transactions
  • postCreate new transaction
  • getget transaction
  • putupdate transaction
  • deletedelete a transaction
  • getget a transaction specific version
  • getGet the transaction definition as an YAML file
  • getGet all runs from a particular transaction
  • postrun transaction
  • getGet a specific run from a particular transaction
  • deleteDelete a specific run from a particular transaction
  • getGet tests
  • postCreate new test
  • getget test
  • putupdate test
  • deletedelete a test
  • getget the runs for a test
  • postrun test
  • getretrieve spans that will be selected by selector
  • putrun given assertions against the traces from the given run without persisting anything
  • postrerun a test run
  • getget test run results in JUnit xml format
  • getexport test and test run information
  • postimport test and test run information
  • getget test Run
  • deletedelete a test run
  • getGet definition for a test
  • getget a test specific version
  • getGet the test definition as an YAML file
  • getGet Environments
  • postCreate new environment
  • getget environment
  • putupdate environment
  • deletedelete a environment
  • getGet the environment definition as an YAML file
  • postresolves an expression and returns the result string
  • getGet resources
  • postTests the config data store/exporter connection
  • getGet all Data Stores
  • postCreate a new Data Store
  • getGet a Data Store
  • putUpdate a Data Store
  • deleteDelete a Data Store
    api

    Delete a Data Store

    Delete a Data Store

    delete/datastores/{dataStoreId}

    Path parameters

    dataStoreIdstring required

    Response

    OK

    Changes