---
title: "Delete an event property definition"
method: DELETE
path: "/event/definitions/{name}/properties/{propertyName}"
tags: ["Custom Events"]
---

# Delete an event property definition

`DELETE /event/definitions/{name}/properties/{propertyName}`

Deletes a property of the event definition.

## Path parameters

- `name` string, required
- `propertyName` string, required

## Response `200`

Successfully deleted the event property definition.

## Other responses

- `404` — The requested resource does not exist.

---

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