---
title: "Delete IntegrationConfig"
method: DELETE
path: "/organizations/{orgId}/integrationconfigs/{id}"
tags: ["Integrations"]
---

# Delete IntegrationConfig

`DELETE /organizations/{orgId}/integrationconfigs/{id}`

Delete the integration configuration for the given UUID.

Use this endpoint to delete the configuration of a specific integration within your organization. It is intended for removing integration settings that are no longer needed.

## Path parameters

- `orgId` string, required
- `id` string, required

## Response `200`

Returns the IntegrationConfig

- IntegrationConfigResponse — Response containing a IntegrationConfigResponse entity
  - `id` string, required — The UUID of the entity.
  - `version` integer — The version number: - **Create:** On initial Create to insert a new entity, the version is set at 1 in the response. - **Update:** On successful Update, the version is incremented by 1 in the response.
  - `dtCreated` string, date-time — The DateTime when this item was created *(in ISO-8601 format)*.
  - `dtLastModified` string, date-time — The DateTime when this item was last modified *(in ISO-8601 format)*.
  - `createdBy` string — The ID of the user who created this item.
  - `lastModifiedBy` string — The ID of the user who last modified this item.
  - `entityType` string, required — The type of entity the integration is for *(e.g. Bill)*.
  - `entityId` string — The unique identifier (UUID) of the entity this integration is for *(e.g. the ID of a notification configuration. Optional.)*
  - `destination` string, required — The type of destination *(e.g. Netsuite, webhooks)*.
  - `destinationId` string — The unique identifier (UUID) of the entity the integration is for.
  - `configData` object — Configuration data for the integration
  - `authorized` boolean — A flag indicating whether the integration configuration is authorized. * TRUE - authorized. * FALSE - not authorized.
  - `enabled` boolean — A flag indicating whether the integration configuration is currently enabled or disabled. * TRUE - enabled. * FALSE - disabled.
  - `triggerType` 'EVENT' | 'SCHEDULE' — Specifies the type of trigger for the integration.
  - `integrationCredentialsId` string — UUID of the credentials to use for this integration
  - `name` string — The name of the configuration

## Other responses

- `4XX` — Error message
- `5XX` — Error message

---

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