Skip to content

Commit

Permalink
docs for destroy a suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Amy Liu committed Jun 26, 2023
1 parent 8f5053f commit 5541e0d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pages/apis/rest_api/analytics/suites.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,15 @@ Optional [request body properties](/docs/api#request-body-properties):

Required scope: `write_suites`

Success response: `200 OK`
Success response: `200 OK`

## Delete a suite

```bash
curl -X DELETE \
https://api.buildkite.com/v2/analytics/organizations/{org.slug}/suites{suite.slug} \
```

Required scope: `write_clusters`

Success response: `204 No Content`

0 comments on commit 5541e0d

Please sign in to comment.