POST /hub/v1/objects/{objectTypeName}/tags/delete

Use this resource to delete multiple tag associations at one time.

NameTypeDescription
objectTypeNameStringRequired. Designates the type of object to delete tags from. Possible values:
  • campaign - deletes tags from a campaign
  • InteractionStudio.DefinitionInfo - deletes tags from a journey
  • media - deletes tags from a media asset
NameTypeDescription
ObjectIdsStringRequired. The ObjectIds are the unique IDs for the objects. Each tag is deleted from the ObjectId specified in the payload. For Journey Builder, the ObjectIds are the are the OriginalDefinitionId of the journeys.
TagNamesStringRequired. Name of the tag to delete. For each tag/object pair, the association is deleted only if the association exists. If a tag name is specified that doesn’t exist, it is ignored.

This example demonstrates how to delete a set of tags from multiple journey objects using the API.