Remove Unused Domains#
This endpoint allows you to remove unused domains.Endpoint#
Request Body#
Name | Type | Description |
---|
ids | array | An array of domain IDs for which domains are to be removed. |
Example Request#
{
"ids": ["domainId1", "domainId2"]
}
Request Code Samples
curl --location --request DELETE 'https://api.zapmail.ai/api/v2/domains'
Responses
application/json {
"message": "Domains removed successfully"
}
Modified at 2025-01-30 13:12:31