deleteOrganizationDomain
@DELETE(value = "organizations/{organization_id}/domains/{domain_id}")
Deletes an organization domain.
Return
A ClerkResult containing either a DeletedObject on success or a ClerkErrorResponse on failure
Parameters
organizationId
The unique identifier of the organization
domainId
The unique identifier of the domain to delete