---
title: "Reject Schedule Recommendation"
method: POST
path: "/v2/schedule_recommendations/reject"
tags: ["Schedule Recommendations"]
---

# Reject Schedule Recommendation

`POST /v2/schedule_recommendations/reject`

Reject Schedule Recommendations

## Request body

- ScheduleRecommendationRejectRequest
  - `tenant_id` string, required — Tenant Id
  - `recommendation_id` string, required — Recommendation id
  - `schedule_finding` 'hourly' | 'weekly', required — Schedule Finding Type
  - `schedule_periods` string[], required — List of from_times or days for the recommendation
  - `service_account_id` string, required — Service Account Id
  - `reason` string — Reason for Rejection

## Response `200`

Rejected

- boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/corestack/apis/corestack-external-api.md) · [All operations](https://skmtc.dev/corestack/apis/corestack-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corestack/corestack-external-api/revisions/bf2cdf20826d/schema)
