Unlink an asset from a download (the asset itself survives)
DELETE /api/downloads/{downloadId}/assets/{assetId}. Unlink an asset from a download (the asset itself survives). Headless LMS Content API reference.
curl -X DELETE "https://example.com/api/downloads/string/assets/string"[ { "orgId": "string", "id": "string", "downloadId": "string", "assetId": "string", "seq": -9007199254740991, "displayName": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" }]{ "error": "string", "message": "string", "requestId": "string"}