---
title: "Disable webhook support"
method: DELETE
path: "/webhooks"
tags: ["Webhook API"]
---

# Disable webhook support

`DELETE /webhooks`

Removes the webhook URL and all event types from the store.

## Headers

- `X-PF-Store-Id` string

## Response `200`

OK

- object
  - `code` integer — Response status code `200`
  - `result` WebhookInfo
    - `url` string — Webhook URL that will receive store's event notifications
    - `types` string[] — Array of enabled webhook event types
    - `params` object

## Other responses

- `401` — Unauthorized

---

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