Skip to main content
POST
Cancel an appointment request

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

UUID of the appointment request to cancel

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

Appointment request cancelled successfully

success
boolean

Indicates whether the request completed successfully. True for successful responses; false for documented error responses.

Example:

true

message
string

Human-readable response message. Safe to display in logs or simple client notifications; use structured fields for program logic.

Example:

"Appointment request cancelled successfully"

data
object