isActive: false on all specified entitiescurl --location --request PATCH 'https://prod.your-api-server.com/page/asset/entities/archive' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"entityIds": [
"e6fb1b70-5295-11f0-b0ba-adfe69a423b8"
]
}'{
"success": true
}