Python
from meibelai import Meibelai import os with Meibelai( api_key_header=os.getenv("MEIBELAI_API_KEY_HEADER", ""), ) as m_client: res = m_client.tag.delete_tag_config(datasource_id="<id>") # Handle response print(res)
"<string>"
Successful Response
The response is of type string.
string