Provider integrations
Delete integration (soft delete)
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.
delete/learning/lms-integrations/{provider-identifier}
Path parameters
provider-identifierstring required
Provider identifier (same string as providerIdentifier on create; normalized consistently with internal integration type).
Response
Integration deleted. No response body.