---
title: "Delete an integration configuration"
method: DELETE
path: "/api/v2/integrations/{integrationId}"
tags: ["Integrations"]
---

# Delete an integration configuration

`DELETE /api/v2/integrations/{integrationId}`

> 🔑
>
> Required OAuth scope: `integrations:write`.

Deletes a specific configuration given its unique ID and archives all its related content.

## Path parameters

- `integrationId` string, ObjectId, required

## Headers

- `360-api-version` 'v2.0', required

## Response `204`

Deletes a specific integration configuration.

## Other responses

- `400` — The platform is one of the reserved ones.
- `401` — The given access token is either missing, invalid, has expired, or has been revoked.
- `403` — The given access token does not have the required OAuth scope to execute the request.
- `404` — The given `integrationId` does not correspond to any existing integration.
- `429` — The client has sent too many requests in a short amount of time.

---

[API](https://skmtc.net/360learning/apis/core-api.md) · [All operations](https://skmtc.net/360learning/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/360learning/core-api/revisions/94b691b0b72c/schema)
