This page describes how to trigger an article invalidation programmatically, if you want to invalidate manually, you can use the invalidation user interface available in Insight, Click here to see the description.

The article invalidation endpoint is secured and must be called as a POST. Click here to see how you can authenticate.

The following is the Invalidation API URL for section mosaics:

POST https://hublivep.marfeel.com/{TENANT_NAME}/{MARFEEL_NAME}/{SECTION_NAME}.json?invalidate=1
CODE

Parameters

https://hublivep.marfeel.com/

{TENANT_NAME}

 The partner's domain and directory. For example, www.marfeel.com.

{MARFEEL_NAME}

Default one is "index".

Sometimes it might be custom. Common examples include language or country codes that identify the different versions a publication is offered in.

For example, /en, /es, /us, /uk.

{SECTION_NAME}.json

The name of the section that the partner wants to invalidate.

.json must always be present after defining the section name. 

?invalidate=1

To invalidate a section, publishers should use invalidate=1.

For example, the following would only invalidate the Barca section of this domain without invalidating the section:

POST https://hubblgp.marfeel.com/www.domain.com/es/barca.json?invalidate=1
CODE

Examples

POST https://hublivep.marfeel.com/www.domain.com/index/portada.json?invalidate=1
CODE
POST https://hublivep.marfeel.com/www.domain.com/es/noticias.json?invalidate=1
CODE
POST https://hublivep.marfeel.com/www.domain.com/index/politica.json?invalidate=1
CODE
POST https://hublivep.marfeel.com/www.domain.com/es/barca.json?invalidate=1
CODE