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
Path Parameters
Security
Back to Top

Response

Supported Media Types

202 Response

Keyword Redirect Group successfully deleted.
Body ()
Root Schema : Response
Type: object
Show Source
Back to Top

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 
Back to Top