Delete adjustment events
POST/:adjustmentName/events/delete
Deletes existing adjustment events.
All specified events and their associated SLOs must exist. If any event or The SLO does not exist, none will be deleted, and an error will be returned.
NOTE
Budget adjustment recalculations can be run for events from the past 30 days.
Budget adjustment recalculations can be run for events from the past 30 days.
AUTHENTICATION REQUIRED
Authenticate API requests using an access token. Include it in the Authorization header as
Authenticate API requests using an access token. Include it in the Authorization header as
Bearer TOKEN
.Request
Responses
- 202
- 400
- 401
- 403
- 404
Success
Bad request
Unauthorized
Response Headers
WWW-Authenticate
Forbidden
The adjustment referenced in the query was not found.