---
title: "Delete webhooks."
method: GET
path: "/webhook/delete"
tags: ["Webhook|Webhook"]
---

# Delete webhooks.

`GET /webhook/delete`

This endpoint permits the deletion of many webhooks simultaneously with the provision of an array of IDs. You can
enable the `dryRun` parameter to simulate the execution, without modifying actual data. Note that deleted webhooks
cannot be restored.

## Query parameters

- `filter[byIds][]` string[]
- `filter[byExternalIds][]` string[]
- `dryRun` boolean

## Response `200`

Success Response:

- StandardWebhookDeleteResponse
  - `deletedWebhooks` object[] — The webhooks that were deleted.
    - `id` string — The internal id of the webhook.
    - `application` StandardWebhookApplicationBaseWebhookApplicationReference
      - `id` string — The internal id of the application.
      - `name` string — The name of the application.
      - `externalId` string — The external id of the application.
    - `externalId` string — The external id of the webhook.
    - `externalName` string — The external name.
    - `resolvedUrl` string — The resolved url of the webhook.
    - `url` string — The configured url.
    - `configuration` integer[] — The configuration as a JSON Object.
    - `active` string — Is the webhook active?
    - `sequence` integer — The sequence.

---

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