Hierarchical Value Service API  future
api indexresource index

DELETE {+table}/truncate

since: 0.6
deprecated: 0.8
Truncate a table. After this operation, all the records that are currently associated with this table will not be available for query.

Path Elements

+table
0.6required
string
The URI path to a specific table (whether by ID or by name).

Request Headers

pros-hvs-consistency
0.13optional
string
pros-hvs-consistency is an optional HTTP header used to define the data consistency level of the request. There is a trade off between data consistency and service availability and performance: higher data consistency can result in lower availability and slower performance, while lower data consistency can result in higher availability and faster performance.
0.13 valid values:
  • HIGHEST
  • HIGH
  • NORMAL
  • LOW
  • LOWEST

Resource Information

Response Content
json
Success Statuses
204  NO CONTENT

Example 1

Request:

Response:
HTTP/1.1  204  NO CONTENT

Example 2

Request:

Response:
HTTP/1.1  204  NO CONTENT