Delete a DWH Integration.

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

SecurityapiKey
Request
path Parameters
dwh_id
required
integer <int64>

The ID of the DWH Integration.

Responses
200

DWH Integration Deleted

400

Bad Request

401

Bad Request

403

Unauthorized

404

Not Found

500

Server Error

delete/v1/dwh/{dwh_id}
Request samples
Response samples
application/json
{
  • "schedule_type": "none",
  • "schedule_option": "string",
  • "timezone": "string",
  • "id": 0,
  • "name": "string",
  • "user_id": 0,
  • "account_id": 0,
  • "workflow_project_id": 0,
  • "workflow_project_name": "string",
  • "dwh_config_id": 0,
  • "created_at": "2019-08-24T14:15:22Z",
  • "updated_at": "2019-08-24T14:15:22Z"
}