> ## Documentation Index
> Fetch the complete documentation index at: https://docs.guile.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Appointment Already Rejected

> The booking request was already rejected

## Cause

The booking request was already rejected and cannot be canceled or resolved again.

## Fix

Refresh the appointment and render its rejected state and decline reason, then call the same operation again.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

These operations can return this problem:

* [Cancel an appointment as a barber](/api-reference/appointments/cancel-an-appointment-as-a-barber)
* [Create an appointment cancellation](/api-reference/appointments/create-an-appointment-cancellation)
* [Cancel a specific appointment for me](/api-reference/customers/cancel-a-specific-appointment-for-me)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/appointmentAlreadyRejected",
  "title": "Appointment Already Rejected",
  "status": 409,
  "detail": "The booking request was already rejected and cannot be canceled or resolved again."
}
```
