/
/Bencher API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1w ago
auth9
checkout1
oci16
organizations22
projects47
  • getList projects
  • getView a project
  • deleteDelete a project
  • patchUpdate a project
  • getList alerts for a project
  • getView an alert
  • patchUpdate an alert
  • get/v0/projects/{project}/allowed/{permission}
  • getList benchmarks for a project
  • postCreate a benchmark
  • getView a benchmark
  • deleteDelete a benchmark
  • patchUpdate a benchmark
  • getList branches for a project
  • postCreate a branch
  • getView a branch
  • deleteDelete a branch
  • patchUpdate a branch
  • getList jobs for a project
  • getView a job
  • getList measures for a project
  • postCreate a measure
  • getView a measure
  • deleteDelete a measure
  • patchUpdate a measure
  • getView a metric
  • getQuery project performance metrics
  • getGenerate a dynamic image of project performance metrics
  • getList plots for a project
  • postCreate a plot
  • getView a plot
  • deleteDelete a plot
  • patchUpdate a plot
  • getList reports for a project
  • postCreate a report
  • getView a report
  • deleteDelete a report
  • getList testbeds for a project
  • postCreate a testbed
  • getView a testbed
  • deleteDelete a testbed
  • patchUpdate a testbed
  • getList thresholds for a project
  • postCreate a threshold
  • getView a threshold
  • putUpdate a threshold
  • deleteDelete a threshold
run1
runners9
server10
specs5
users7
    projects
    plots

    Delete a plot

    Delete a plot for a project. The user must have delete permissions for the project.

    delete/v0/projects/{project}/plots/{plot}

    Path parameters

    plotstring uuid required

    The UUID for a plot.

    projectstring required

    The slug or UUID for a project.

    Response

    successful deletion

    Changes