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
-
Type:
string
Required:true
Specifies the name of your application, for example, Discover.- redirectGroup
Type:string
Required:true
Specifies the redirect group name, for example, Default
Security
- basicAuth
-
Type:
basic
Description:Basic username/password authentication.
Response
Supported Media Types
- application/json
202 Response
Keyword Redirect Group successfully deleted.
Body
Root Schema : Response
Type:
object
- message
-
Type:
string
- status
-
Type:
integer
(int32
)
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