---
title: "Deleting a Subject Type"
method: DELETE
path: "/geo/types/{typeId}"
tags: ["Tracked Subject Types"]
---

# Deleting a Subject Type

`DELETE /geo/types/{typeId}`

Delete a subject type. This will delete tracking information on subjects of that type

## Path parameters

- `typeId` string, required

## Response `200`

Delete a subject type. This will remove tracking information on subjects of that type

- SubjectType
  - `subjectType` 'vehicle' | 'person' | 'drone' | 'other', required
  - `subjectSubtype` string, required
  - `displayName` string, required
  - `ttlSeconds` integer — 0 is disabled TTL

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found (provided id doesn't match any existing)

---

[API](https://skmtc.dev/flocksafety/apis/oauth-api.md) · [All operations](https://skmtc.dev/flocksafety/apis/oauth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flocksafety/oauth-api/revisions/126df7964ba5/schema)
