CMS Pages — Mass Delete
Bulk-deletes CMS pages.
Endpoint
| Endpoint | Method |
|---|---|
/api/admin/cms/pages/mass-delete | POST |
Request body
| Field | Type | Required | Notes |
|---|---|---|---|
indices | int[] | yes | Non-empty array of CMS page IDs. |
Response
200 OK
| Field | Type | Notes |
|---|---|---|
deleted | int[] | IDs the call attempted to delete. |
message | string | Translated confirmation. |
Errors
| HTTP | Cause |
|---|---|
422 Unprocessable Entity | Empty / missing indices. |

