Skip to content

Commit

Permalink
REST API DELETE annotanion
Browse files Browse the repository at this point in the history
  • Loading branch information
ivannalisetska committed Oct 9, 2024
1 parent 8eb83fc commit a32a9e6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pages/apis/rest_api/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,12 @@ Optional [request body properties](/docs/api#request-body-properties):
Required scope: `write_builds`

Success response: `201 Created`

## Delete an annotation on a build

Deletes an annotation on a build

```bash
curl -H "Authorization: Bearer $TOKEN" \
-X DELETE "https://api.buildkite.com/v2/organizations/{org.slug}/pipelines/{pipeline.slug}/builds/{build.number}/annotations/{annotation.uuid}" \
```

0 comments on commit a32a9e6

Please sign in to comment.