Delete Keyword Redirect Group
delete
                    /gsadmin/v1/{appName}/redirects/{redirectGroup}
Deletes the keyword redirect group configuration from the specified application's redirects
                Request
Supported Media Types
                - application/json
Path Parameters
                - 
                    appName: string
                    
                    Specifies the name of your application. For example, "cloud".
- 
                    redirectGroup: string
                    
                    Specifies the redirect group name, for example, Default
Security
                - 
                        basicAuth: basic
                        
                        Type:basicDescription:Basic username/password authentication.
Response
Supported Media Types
                - application/json
202 Response
Keyword Redirect Group successfully deleted.
                
                
                    Examples
The following example shows how to delete the default redirect group object:
curl -H "Authorization:Bearer token" -X DELETE http://host:port/gsadmin/v1/cloud/redirects/Default