action mandrillapp_post_tags_delete_json { label: "post_tags_delete_json" description: "Deletes a tag permanently. Deleting a tag removes the tag from any messages that have been sent, and also deletes the tag's stats. There is no way to undo this operation, so use it carefully." provider: mandrillapp method: POST path: "/tags/delete.json" encoding: json output: { type: "object" additionalProperties: true } }