Skip to main content

Delete tag

Use this endpoint to permanently delete a specific tag based on its unique GUID. If successful, the API will respond with status of 204 No Content.

DELETE
/users/{user_guid}/tags/{tag_guid}

Path Parameters

FieldRequiredType

tag_guid

The unique id for a tag.

Required
String

user_guid

The unique identifier for a user, beginning with the prefix USR-.

Required
String

Header Parameters

FieldRequiredType

Accept-Version

MX Platform API version.

Required
String

Accept

Specifies the media type expected in the response.

Required
String
Loading...