deleteOrganizationDomain method
ResponseFuture<DeleteOrganizationDomainResponse>
deleteOrganizationDomain(
- DeleteOrganizationDomainRequest request, {
- CallOptions? options,
Delete Organization Domain
Delete a new domain from an organization. The domains are used to identify to which organization a user belongs. If the uses use the domain for login, this will not be possible afterwards. They have to use another domain instead.
Required permission:
org.write
Implementation
$grpc.ResponseFuture<$0.DeleteOrganizationDomainResponse>
deleteOrganizationDomain(
$0.DeleteOrganizationDomainRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$deleteOrganizationDomain, request,
options: options);
}