---
title: "Integration deleted"
method: POST
path: "integration-deleted"
---

# Integration deleted

`POST integration-deleted` (webhook)

## Headers

- `X-Kombo-Signature` string, required

## Payload

- IntegrationDeletedWebhookPayload
  - `id` string, required — Unique identifier for this webhook event
  - `type` 'integration-deleted', required — Type of the webhook event
  - `data` object, required
    - `id` string, required — The unique identifier of the deleted integration.
    - `tool` string, required — The name of the integrated tool.
    - `category` 'HRIS' | 'ATS' | 'ASSESSMENT' | 'LMS', required — The category of the integration.
    - `end_user` object, required — Information about the end user who created the integration.
      - `organization_name` string, required — The name of the organization that owns the integration.
      - `creator_email` string, email, nullable, required — The email address of the user who created the integration.
      - `origin_id` string, nullable, required — The unique identifier of the organization in the integrated system.
    - `deleted_at` string, date-time, required — ISO 8601 timestamp when the integration was deleted.

## Acknowledgement `200`

Webhook received successfully

---

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