v1

latestOpenAPI 3.1.02026-08-04164270844.7 KB
Integrations

Archive external courses

🔑

Required OAuth scope: integrations:bulk.

🚜

This endpoint processes up to 1,000 objects asynchronously. For more information, see the Bulk operations guide.

Archives multiple external courses in bulk based on the provided integration ID.

Upon submission, the request is queued. Use the provided URL in the response header to check the status of the bulk operation.

delete/api/v2/bulk/integrations/{integrationId}/courses

Path parameters

integrationIdstring ObjectId required
Example:507f1f77bcf86cd799439011

The unique ID of the integration.

Headers

360-api-version'v2.0' required

The version of the API.

Request body

Example request

{
  "input": [
    {
      "externalId": "l3ssup3rh3r0s"
    }
  ]
}

Response

The operation is successfully created.