---
title: "Delete geofence"
method: DELETE
path: "/time-clock/v1/time-clocks/{timeClockId}/geofences/{fenceId}"
tags: ["Time Clock:v1:TimeClocks:TimeClock:GeoFences"]
---

# Delete geofence

`DELETE /time-clock/v1/time-clocks/{timeClockId}/geofences/{fenceId}`

Delete a geofence site under a specified time clock

## Path parameters

- `fenceId` string, required — The ID of the geofence to delete
- `timeClockId` integer, required — The unique identifier of the time clock

## Response `200`

Successful Response

- APIResponseBaseResponse
  - `requestId` string
  - `data` BaseResponse, required

## Other responses

- `422` — Validation Error

---

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