Skip to content

CMS Pages — Mass Delete

Bulk-deletes CMS pages.

Endpoint

EndpointMethod
/api/admin/cms/pages/mass-deletePOST

Request body

FieldTypeRequiredNotes
indicesint[]yesNon-empty array of CMS page IDs.

Response

200 OK

FieldTypeNotes
deletedint[]IDs the call attempted to delete.
messagestringTranslated confirmation.

Errors

HTTPCause
422 Unprocessable EntityEmpty / missing indices.

Released under the MIT License.