---
title: "Reject a pending RDVM referral - sets status to Cancelled and removes schedule item"
method: POST
path: "/Referrals/{id}/reject"
tags: ["Referrals"]
---

# Reject a pending RDVM referral - sets status to Cancelled and removes schedule item

`POST /Referrals/{id}/reject`

## Path parameters

- `id` string, required

## Request body

- RejectReferralRequest
  - `reason` string, nullable — Optional: Reason for rejection

## Response `200`

OK

- RdvmReferralDto
  - `id` string
  - `patientName` string
  - `species` string, nullable
  - `specialty` string
  - `status` string
  - `urgency` string
  - `reasonForReferral` string, nullable
  - `assignedDoctorName` string, nullable
  - `scheduledDate` string, date-time, nullable
  - `referralDate` string, date-time
  - `createdAt` string, date-time
  - `unreadMessages` union
    - integer
    - string, int32
  - `threadId` string, nullable — Communication thread ID for unified inbox integration

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/versions/a905bde4e796/schema)
