---
title: "Delete an Event"
method: DELETE
path: "/v2/event/{id}"
tags: ["Events"]
---

# Delete an Event

`DELETE /v2/event/{id}`

Deletes an Event by its ID.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `204`

Event deleted successfully.

## Other responses

- `401` — Missing or invalid authentication token.
- `404` — Event not found.

---

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