DELETE /hub/v1/nestedtags/{tagId}

Overview

Deletes an existing tag and all of its nested tags.

URL Parameters

Name Type Description
tagId number Required ID of the tag to delete.

Usage

Example Request

Host: https://YOUR_SUBDOMAIN.rest.marketingcloudapis.com
DELETE /hub/v1/nestedtags/14
Content-Type: application/json
Authorization: Bearer YOUR_ACCESS_TOKEN

Example Response

HTTP/1.1 204 No Content
Last Updated: Jun 8, 2021