This API is used to delete domains in bulk. When a domain is requested to be deleted, all its subdomains also will be deleted.
xxxxxxxxxx
curl --request DELETE \
--url https://alation_domain/integration/v2/domain/ \
--header 'accept: application/json' \
--header 'content-type: application/json'