---
title: "Unsubscribe from SCM Webhook"
method: DELETE
path: "/api/scm/deployments/{deploymentId}/subscriptions/{configId}"
tags: ["ScmSubscriptionsService"]
---

# Unsubscribe from SCM Webhook

`DELETE /api/scm/deployments/{deploymentId}/subscriptions/{configId}`

Unsubscribe from SCM webhook events.

## Path parameters

- `deploymentId` string, required
- `configId` string, required

## Response `200`

OK

- ProtosScmV1ScmWebhookSubscriptionUnsubscribeResponse
  - `deploymentId` string
  - `configId` string
  - `subscription` ProtosScmV1ScmWebhookSubscription
    - `scmUrl` string
    - `events` string[]

---

[API](https://skmtc.net/semgrep/apis/semgrep-web-app.md) · [All operations](https://skmtc.net/semgrep/apis/semgrep-web-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/semgrep/semgrep-web-app/revisions/6483eeecd582/schema)
