Remove unused domains
DELETE
/v2/domains
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
None
Name | Type | Description |
---|---|---|
ids | array | An array of domain IDs for which domains are to be removed. |
{
"ids": ["domainId1", "domainId2"]
}