---
title: "Delete Webhook"
method: DELETE
path: "/service/webhooks/{webhookId}"
tags: ["Webhooks"]
---

# Delete Webhook

`DELETE /service/webhooks/{webhookId}`

Deletes the webhook. 
Availability of this endpoint is indicated by the name "webhooks" appearing in the `event_stream_mechanisms` list on the service endpoint.

Service implementations SHOULD consider the security implementations of providing webhooks, and include appropriate mitigations against Server Side Request Forgery (SSRF) attacks and similar. 
Service implementations SHOULD take appropriate steps to authorize the deleting of webhooks. 
This may take the form of RBAC, or ABAC.

## Response `204`

No content. The webhook has been deleted.

## Other responses

- `403` — Forbidden. You do not have permission to modify this webhook.
- `404` — The requested Webhook ID in the path is invalid, or Webhooks are not supported by this service implementation

## Changes

- **2025-10-06** `0eeba8c316ce` — 1 info
  - endpoint added
- **2025-04-24** `b01aaf8cffe2` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/aws-samples/apis/time-addressable-media-store/changes/service/webhooks/:webhookId/delete.md)

---

[API](https://skmtc.dev/aws-samples/apis/time-addressable-media-store.md) · [All operations](https://skmtc.dev/aws-samples/apis/time-addressable-media-store/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aws-samples/time-addressable-media-store/revisions/eb3977b33601/schema)
