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

Response

Supported Media Types

202 Response

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

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