Deletes a Rule.

delete

/gsadmin/v1/{appName}/content/{contentCollectionFolder}/{Rule}

Request

Supported Media Types
Path Parameters
Security
Back to Top

Response

Supported Media Types

202 Response

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

Examples

The following example shows how to delete the rule configuration named aboutus:

curl -H "Authorization:Bearer <token>" -X DELETE http://host:port/gsadmin/v1/cloud/content/additionalContent/aboutus
Back to Top