Delete Item Publishing

Soft deletes the publishing record taking the item and version from the record offline.

CDN cache purging

By default, the API will purge CDN cache on an instance-level scope. If a website experienced instability after unpublishing an item, consider adding a purge scope in Settings or by using the Create Setting endpoint. The payload should be:

{
	"category": "general",
	"keyFriendly": "Purge Item Scope",
	"key": "purge_item_scope",
	"value": "model",
	"admin": true,
	"dataType": "dropdown",
	"options": "instance:Instance-level scope;model:Model-level scope;item:Item-level scope",
	"tips": "Changes the scope of purging the CDN cache when an item is published or unpublished."
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

ZUID of the content model where the item is located

string
required

ZUID of the item to delete the publishing record from

string
required

ZUID of the item publishing record to delete

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Choose an example:
application/json