# projectId in Payload beim Webhook Task Event "task\_deleted" hinzufügen

**URL:** https://community.awork.com/t/projectid-in-payload-beim-webhook-task-event-task-deleted-hinzufuegen/4647
**Category:** Developer Forum
**Tags:** tasks
**Created:** [8. Juni 2026 um 12:26 UTC](https://community.awork.com/t/projectid-in-payload-beim-webhook-task-event-task-deleted-hinzufuegen/4647 "2026-06-08T12:26:54Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Angelina](https://avatars.discourse-cdn.com/v4/letter/a/ec9cab/32.png) [@Angelina](https://community.awork.com/u/Angelina)
#### Post date: [8. Juni 2026 um 12:26 UTC](https://community.awork.com/t/projectid-in-payload-beim-webhook-task-event-task-deleted-hinzufuegen/4647/1 "2026-06-08T12:26:54Z")

</div>

Hi, ich benutze aktuell Awork Webhooks mit Task Events, um Awork Tasks mit anderen Systemen zu synchronisieren. Wäre es möglich die Payload für das Task Event „task\_deleted“ so auszubauen, dass mindestens noch die projectId der gelöschten Task mitgeschickt wird? So müsste man nicht zwingend selber vorab tracken, welche Projektzugehörigkeit die Task hat um die Task im richtigen Projekt in anderen Systemen zu löschen.

---

<div class="post-metadata">

### Author: ![Sebastian](https://dub1.discourse-cdn.com/flex013/user_avatar/community.awork.com/sebastian/32/89_2.png) [@Sebastian](https://community.awork.com/u/Sebastian)
#### Post date: [8. Juni 2026 um 20:24 UTC](https://community.awork.com/t/projectid-in-payload-beim-webhook-task-event-task-deleted-hinzufuegen/4647/3 "2026-06-08T20:24:41Z")

</div>

Hi @Angelina, the actual deleted entity is not a part of the webhook request in the case of `deleted` events. This seems to be due to historic reasons. We’re looking at ways to add the data so you can get the `projectId` easily. We’ll likely have an improvement online in the next days. I’ll let you know.
