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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"requestId":"01HEK9B61GBZHGVAFPAXT0R53X","tags":[]}