Delete tagging
Use this endpoint to delete a tagging according to its unique GUID. If successful, the API will respond with an empty body and a status of 204 NO Content.
DELETE
/users/{user_guid}/taggings/{tagging_guid}
Path Parameters
| Field | Required | Type |
|---|---|---|
tagging_guid The unique id for a | Required | String |
user_guid The unique identifier for a | Required | String |
Header Parameters
| Field | Required | Type |
|---|---|---|
Accept-Version MX Platform API version. | Required | String |
Loading...