Purge Content Items

{ purgeContentItems }

Purge (hard delete) content items

Method

/API2/content/purgeContentItems
  • API Section: /API2/content
  • API Version: 2.0
  • From Release: 2018.5
  • Can be used by Enterprise Admin users only
  • REST API only via POST actions.
  • Input Parameters

    Name

    itemIds

    Object Type

    string [ ]

    Description

    A list of system content item IDs

    Output Response

    Successful Result Code

    200

    Response Type

    Description of Response Type

    Generic API response object with success or failure flag and related messages.

    Notes

    BEWARE: Purging is a hard, permanent delete and cannot be undone. See the 'softDeleteContentItems' method for non-permanent deletion.

    Examples