Remove all tags
PATCH https://api.verosint.com/v1/accounts/{{accountId}}
Removes all tags from the specified account. The response will confirm an empty array of tags.
Request Body
{"operations"=>[{"op"=>"remove", "path"=>"tags"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"requestId":"01HEK9B61GBZHGVAFPAXT0R53X","tags":[]}