You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deletes all entries of a defined content type. If locale defined, then only in that locale, otherwise all entries of all languages
oskar.eiriksson@contentstack.com
BE CAREFUL!
See doc: https://www.contentstack.com/docs/developers/apis/content-management-api/?locale=north-america#delete-an-entry
'''
import cma
import config
contentType = 'landing_page'
locale = 'en-us'
deleteLocalized = False # If set to True, the locale variable above needs to be the master locale of the stack - It will then delete all entries, in all of the languages