---
title: "DELETE /webhooks/{webhookId}"
method: DELETE
path: "/webhooks/{webhookId}"
---

# DELETE /webhooks/{webhookId}

`DELETE /webhooks/{webhookId}`

Deletes a webhook.

## Path parameters

- `webhookId` string, required

## Response `200`

Success

- DeleteWebhookResult — The result structure for the delete webhook request.
  - `webhook` object, required — Describes a webhook that connects repository events to an Amplify app.
    - `webhookArn` string, required — The Amazon Resource Name (ARN) for the webhook.
    - `webhookId` string, required — The ID of the webhook.
    - `webhookUrl` string, required — The URL of the webhook.
    - `branchName` string, required — The name for a branch that is part of an Amplify app.
    - `description` string, required — The description for a webhook.
    - `createTime` string, date-time, required — The create date and time for a webhook.
    - `updateTime` string, date-time, required — Updates the date and time for a webhook.

## Other responses

- `480` — BadRequestException
- `481` — UnauthorizedException
- `482` — InternalFailureException
- `483` — NotFoundException
- `484` — LimitExceededException

---

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