Delete a tag

Deletes a user-defined tag from the current project. The tag is detached from all of its accounts and the accounts are reindexed. Provider-defined tags cannot be deleted.

Path Parameters
  • id
    Type: integerFormat: int32
    required

    ID of the tag to delete.

Responses
  • application/json
  • application/json
Request Example for delete/v1/tags/{id}
curl http://api.mailreach.co/api/v1/tags/7 \
  --request DELETE \
  --header 'X-Api-Key: YOUR_SECRET_TOKEN'
{
  "id": 7,
  "name": "sales-team"
}