---
title: "Deny a single or multiple appointment requests and sends the appointment request denial email.
Takes a list of appointment request Ids."
method: POST
path: "/Business/Schedules/AppointmentRequests/Deny"
tags: ["Rest"]
---

# Deny a single or multiple appointment requests and sends the appointment request denial email.
Takes a list of appointment request Ids.

`POST /Business/Schedules/AppointmentRequests/Deny`

## Headers

- `Authorization` string, required
- `SiteId` integer, required

## Request body

- integer[]

## Response `201`

Created

- MindbodyRestApiCommonModelsResultsDenyAppointmentRequestsResponse
  - `Errors` string[]
  - `ErrorList` MindbodyRestApiCommonModelsErrorsError[]
    - `Code` string
    - `Description` string
  - `AppointmentRequestsDenied` boolean
  - `AppointmentRequestsDeniedIds` integer[]
  - `NotificationSent` boolean

## Other responses

- `400` — BadRequest
- `401` — Unauthorized

---

[API](https://skmtc.net/mindbodyonline/apis/rest-api.md) · [All operations](https://skmtc.net/mindbodyonline/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mindbodyonline/rest-api/revisions/dc2736850e42/schema)
