---
title: "Delete webhook OAuth configuration"
method: DELETE
path: "/api/notifications/v1/webhooks/{webhookId}/oauth-config"
tags: ["Notification Webhooks"]
---

# Delete webhook OAuth configuration

`DELETE /api/notifications/v1/webhooks/{webhookId}/oauth-config`

Removes the OAuth configuration for a specific webhook, invalidates the config cache, and evicts cached access tokens.

## Path parameters

- `webhookId` string, required

## Response `200`

OAuth configuration deleted successfully

- object

## Other responses

- `400` — Invalid request parameters
- `403` — Access denied
- `500` — Unexpected error occurred

---

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