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