Delete an Identity Domain by name or ID
delete
                    /oam/services/rest/ssa/api/v1/oauthpolicyadmin/oauthidentitydomain
Deletes an Identity Domain, either based on the name or the ID. Only one query parameter needs to be specified.
                Request
Supported Media Types
                - application/json
- application/x-www-form-urlencoded
Query Parameters
                - 
                        id(required): string
                        
                        Unique ID of the Identity Domain
- 
                        name(required): string
                        
                        Name of the Identity Domain.
Response
Supported Media Types
                - application/json
200 Response
Sucessfully deleted entity - "OAuthIdentityDomain", detail - "NameofIdentityDomain"
                
                
                422 Response
Failed to delete OAuth entity "IdentityDomain" - name "NameofIdentityDomain"