PageURIList_Delete
This function deletes URIs from a list of page URIs.
Request Parameters
| Parameter | Type | Description | 
| uri_ids | Number | The id numbers of the URIs to be deleted | 
Response Parameters
| Parameter | Type | Description | 
| success | Boolean | Boolean value indicating if the API request was successful | 
| processed | Number | The number of URIs deleted | 
Example Request
{
    "Store_Code": "{{Store_Code}}",
    "Miva_Request_Timestamp": "{{$timestamp}}",
    "Function": "PageURIList_Delete",
    "URI_IDs": 148
}
Example Response
{
    "success": 1,
    "processed": 1
}