Delete Keyword Redirect Entry
delete
/gsadmin/v1/{appName}/redirects/{redirectGroup}/{redirectEntry}
Deletes the keyword redirect entry from the specified redirect group
Request
Supported Media Types
- application/json
Path Parameters
- appName
-
Type:
stringRequired:trueSpecifies the name of your application, for example, Discover.- redirectEntry
Type:stringRequired:trueSpecifies the redirect entry name.- redirectGroup
Type:stringRequired:trueSpecifies the redirect group name, for example, DefaultSecurity- basicAuth
-
Type:
basicDescription:Basic username/password authentication.
Response
Supported Media Types
- application/json
202 Response
Keyword Redirect Entry successfully deleted.
Body
Root Schema : Response
Type:
object- message
-
Type:
string - status
-
Type:
integer(int32)
Examples
The following example shows how to delete the redirect-entry object named id4:
curl -H "Authorization:Bearer token" -X DELETE http://host:port/gsadmin/v1/cloud/redirects/Default/id4