Delete a Tag

{ deleteTag }

Removes a tag from the system.

Method

/API2/content/deleteTag
  • 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

    tagId

    Type

    string

    Description

    The system tag ID

    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

    Note that this change cannot be undone.

    Examples