Provider integrations
Archive training content (bulk)
Marks one or more training content items as archived. Archived items are hidden from learners but the records are not permanently deleted.
Returns 200 OK with a success array of archived identifiers and an errors array for any identifiers that could not be found.
Before using this endpoint:
<ul> <li>Training content items must already exist — use the `externalIdentifier` values from the create step.</li> <li>Archiving is non-destructive — archived content is hidden from learners but can be restored if needed.</li> <li>Unknown identifiers are not treated as a fatal error; they are reported in the `errors` array.</li> </ul>Testing notes: Open the Examples panel and select a Request Example to inspect the body parameters.
patch/learning/lms-integrations/{provider-identifier}/training-content/archive
Path parameters
provider-identifierstring required
The provider identifier of the LMS integration.
Request body
Response
Success — per-id outcomes