Remove page - celdotro/marketplace GitHub Wiki
- Deletes a page
celmarket\Pages\PagesDelete
deletePage
- method: settings
- action: deletePage
- id = page id
An object with the following attributes
- message = in case of success, the following text will be returned: "Pagina a fost stearsa";
https://github.com/celdotro/marketplace_examples/blob/master/Pages/3.deletePages.php
{
"request": {
"id": 1
},
"response": {
"message": "X"
}
}