Newsman API Page
Newsman API » Newsman API 1.0 » Tag » tag.delete
Newsman Api Method: tag.delete
Prototype: tag.delete($key, $account_id, $tag)
Description: Deletes a tag from this account
Return: struct
| Variable | Type | Description |
|---|---|---|
| $key | string | API key |
| $account_id | string | |
| $tag | string |
Curl Code Example
curl -G https://cluster.newsmanapp.com/api/1.0/tag.delete \ -d key=908230lksdjfksj393737 \ -d account_id=test90210 \ -d tag=confirmation
