---
title: "Delete a DWH Integration."
method: DELETE
path: "/v1/dwh/{dwh_id}"
---

# Delete a DWH Integration.

`DELETE /v1/dwh/{dwh_id}`

This will destroy the integration, generated Workflow project and all generated Bulkload Sessions.

## Path parameters

- `dwh_id` integer, required

## Response `200`

DWH Integration Deleted

- DwhIntegration
  - `schedule_type` 'none' | 'daily' | 'hourly' | 'weekly' | 'monthly' | 'minutes_interval' | 'cron'
  - `schedule_option` string — The schedule value for the schedule_type. For example, if schedule_type is daily, schedule_option should be a time string like `10:00`.
  - `timezone` string — The timezone of the schedule. For example, `UTC` or `Asia/Tokyo`.
  - `id` integer
  - `name` string — The name of the DWH Integration.
  - `user_id` integer — The ID of the user who created the DWH Integration.
  - `account_id` integer — The TD Account which the DWH Integration belongs to.
  - `workflow_project_id` integer
  - `workflow_project_name` string
  - `dwh_config_id` integer
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `400` — Bad Request
- `401` — Bad Request
- `403` — Unauthorized
- `404` — Not Found
- `500` — Server Error

---

[API](https://skmtc.net/treasure/apis/first-class-data-warehouse-integration-api.md) · [All operations](https://skmtc.net/treasure/apis/first-class-data-warehouse-integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasure/first-class-data-warehouse-integration-api/versions/bec422fd225e/schema)
