---
title: "Delete integration (soft delete)"
method: DELETE
path: "/learning/lms-integrations/{provider-identifier}"
tags: ["Provider integrations"]
---

# Delete integration (soft delete)

`DELETE /learning/lms-integrations/{provider-identifier}`

Removes the LMS integration for the given provider. The integration is soft-deleted — the record is marked as inactive rather than permanently removed. Returns `404` if the integration does not exist or the LMS feature is not enabled for the company.

## Path parameters

- `provider-identifier` string, required

## Response `204`

Integration deleted. No response body.

## Other responses

- `400` — Bad request
- `401` — Authentication failed
- `403` — Forbidden — missing required permissions
- `404` — Not found — unknown integration or feature disabled
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.net/hibob/apis/employee-data-api.md) · [All operations](https://skmtc.net/hibob/apis/employee-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hibob/employee-data-api/revisions/0781ebbdda91/schema)
