# Delete of page Deletes the page. Endpoint: DELETE /api/pages/{pageId} Version: 1.0.0 Security: shoptetAccessToken, shoptetPrivateApiToken ## Path parameters: - `pageId` (number, required) page ID Example: "1" ## Header parameters: - `Content-Type` (string, required) ## Response 200 fields (application/json): - `data` (null, required) - `errors` (array,null, required) - `errors.errorCode` (string, required) Short text error identification - `errors.message` (string, required) Descriptive error message - `errors.instance` (string, required) Identification of the entity referenced