---
title: "Delete an event"
method: DELETE
path: "/consents/events/{id}"
tags: ["consents/events"]
---

# Delete an event

`DELETE /consents/events/{id}`

Delete an event and update the user consent status as if the event had never happened ; the user consent status is re-computed from all events for that user except deleted events

## Path parameters

- `id` string, required

## Query parameters

- `organization_id` string, required
- `user_id` string
- `organization_user_id` string

## Response `204`

The event was successfully deleted and the user consent status has been updated

---

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