action shipengine_delete_tag { label: "Delete Tag" description: "Delete a tag that is no longer needed" provider: shipengine method: DELETE path: "/v1/tags/{tag_name}" encoding: json output: { type: "string" } }