curl --location --request POST 'https://api.zapmail.ai/api/v2/domains/tags/delete' \
--header 'x-auth-zapmail: YOUR_API_KEY' \
--header 'x-workspace-key: workspace_id' \
--header 'x-service-provider: GOOGLE' \
--header 'Content-Type: application/json' \
--data-raw '{
"tagId": "uuid-1"
}'{
"status": 200,
"message": "Tag Deleted Successfully"
}