---
title: "Delete an outgoing webhook of an app"
method: DELETE
path: "/apps/{app-slug}/outgoing-webhooks/{app-webhook-slug}"
tags: ["outgoing-webhook"]
---

# Delete an outgoing webhook of an app

`DELETE /apps/{app-slug}/outgoing-webhooks/{app-webhook-slug}`

Delete an existing outgoing webhook for a specified Bitrise app.

## Path parameters

- `app-slug` string, required
- `app-webhook-slug` string, required

## Response `200`

OK

- V0AppWebhookDeletedResponseModel
  - `data` V0AppWebhookResponseItemModel
    - `created_at` string
    - `events` string[]
    - `headers` object
    - `registered_by_addon` boolean
    - `slug` string
    - `updated_at` string
    - `url` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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