Delete facet value record collection
delete
                    /gsdata/v1/{appName}/facets/{recordCollection}
Deletes the specified record collection and all records contained in that collection. Do not perform this on system generated collections such as /product.priceRange or /product.category.
                Request
Supported Media Types
                - application/json
Path Parameters
                - 
                    appName: string
                    
                    Specifies the name of your application. For example, "cloud".
- 
                    recordCollection: string
                    
                    Name of the record collection. A valid record collection name is defined by the regular expression "^[a-zA-Z0-9._-]+$" and cannot exceed 128 characters.
Security
                - 
                        basicAuth: basic
                        
                        Type:basicDescription:Basic username/password authentication.
Response
Supported Media Types
                - application/json
202 Response
POST request was successful.
                
                
                    Root Schema : DeleteRecCollResponse
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectRepresents the response received from a DELETE request to delete a record collection.
    
    
    
    
        Show Source