FeedURIList_Delete
#
Description#
This function deletes URIs from a list of feed 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": "FeedURIList_Delete",
"URI_IDs": 147
}
Example Response#
{
"success": 1,
"processed": 1
}
Error Responses#
Error Code | Error Message | Error Description |
---|---|---|
MER-URI-DTB-00010 | Record not found | Record not found |