Maintenance
Bulk delete contentlets by identifier
Permanently destroys contentlets and all their language siblings. Bypasses trash. Each contentlet is destroyed independently — one failure does not block others.
delete/api/v1/maintenance/_contentlets
Request body
Example request
{
"identifiers": [
"abc123",
"def456",
"ghi789"
]
}Response
Bulk deletion completed
Example response
{
"entity": {
"deleted": 6
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.