# Delete account tag

Deletes the tag for an account

Endpoint: DELETE /v1/analytics/tags
Version: 3.0.0
Security: basicAuth

## Request fields (application/json):

  - `tag` (string)
    The tag to delete.

## Response 200 fields (application/json):

  - `message` (string, required)
    Response message

## Response 400 fields (application/json):

  - `message` (string, required)
    Response message


