---
title: "Cancel Gfe"
method: PATCH
path: "/spakinect/gfe/{gfe_id}/cancel"
tags: ["provider", "spakinect"]
---

# Cancel Gfe

`PATCH /spakinect/gfe/{gfe_id}/cancel`

Cancel a Good Faith Exam appointment.

Only visits with status "Processing" or "Pending Review" can be cancelled.
The visit status will be updated to "Cancelled by client".

## Path parameters

- `gfe_id` string, required

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Response `200`

Successful Response

- GFEDetail — Detailed Good Faith Exam information including SpaKinect data
  - `id` string, required
  - `patientId` string, required
  - `spakinectGfeId` string, required
  - `createdDate` string, date-time, required
  - `updatedDate` string, date-time, nullable
  - `status` 'Processing' | 'Pending Review' | 'Approved' | 'Rejected' | 'Completed' | 'Cancelled' | 'Cancelled by client', required — Status values for Good Faith Exam visits from SpaKinect API
  - `requestedTreatments` string[], required
  - `patientDetails` PatientDetails, required
    - `name` string, nullable — Patient's full name
    - `first_name` string, required — Patient's first name
    - `last_name` string, required — Patient's last name
    - `email` string, required — Patient's email address
    - `phone` string, nullable — Patient's phone number
  - `document` DocumentSummary
    - `id` string, required
    - `patientId` string, required
    - `filePath` string, required
    - `fileType` string, required
    - `title` string, required
    - `summary` string, nullable, required
    - `docType` 'LAB' | 'PHARMACY' | 'IMAGE' | 'REPORT' | 'OTHER' | 'CONSENT' | 'NOTE_UPLOAD', required
    - `signatureUrl` string, nullable, required

## Other responses

- `422` — Validation Error

---

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