Remove a tag from the object Returns ()Exception Type: FailedOutcomeExceptionThrown with Error Code 404 (notfound) if called passing a non-existent tag
Name | Description |
---|---|
baseInfo | Object to be updated |
tag | Tag value to remove. |
Example in C#
// Returns: nothing
await client.RemoveTag2Async(BaseInfo baseInfo, String tag);
Example in CURL
curl -X POST \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/people/PERSON.KEY/tags2?tag=tagexampleforcurl \
-H 'Authorization: Bearer TOKEN_GOES_HERE' \
-H 'Content-Type: application/json' \
-d '"curlexampleoftag"'