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
Path Parameters
  • Specifies the name of your application. For example, "cloud".
  • 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
Back to Top

Response

Supported Media Types

202 Response

POST request was successful.
Body ()
Root Schema : DeleteRecCollResponse
Type: object
Represents the response received from a DELETE request to delete a record collection.
Show Source
Back to Top