---
title: "Delete a webhook subscription"
method: DELETE
path: "/v1/webhook_subscriptions/{webhook_subscription_uuid}"
tags: ["Webhooks"]
---

# Delete a webhook subscription

`DELETE /v1/webhook_subscriptions/{webhook_subscription_uuid}`

Deletes the Webhook Subscription associated with the provided UUID.

📘 System Access Authentication

This endpoint uses the [Bearer Auth scheme with the system-level access token in the HTTP Authorization header](https://docs.gusto.com/embedded-payroll/docs/system-access)

scope: `webhook_subscriptions:write`

## Path parameters

- `webhook_subscription_uuid` string, required

## Headers

- `X-Gusto-API-Version` '2026-06-15'

## Response `204`

No Content

## Other responses

- `404` — Not Found The requested resource does not exist. Make sure the provided UUID is valid.

---

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