/
/turbopuffer API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 24m ago · Updated 1mo ago
  • get/v1/namespaces
  • get/v1/namespaces/{namespace}/schema
  • post/v1/namespaces/{namespace}/schema
  • get/v2/namespaces/{namespace}/metadata
  • patch/v1/namespaces/{namespace}/metadata
  • get/v1/namespaces/{namespace}/hint_cache_warm
  • post/v1/namespaces/{namespace}/_debug/recall
  • post/v2/namespaces/{namespace}
  • delete/v2/namespaces/{namespace}
  • post/v2/namespaces/{namespace}/query
  • post/v2/namespaces/{namespace}/query?stainless_overload=multiQuery
  • post/v2/namespaces/{namespace}?stainless_overload=branchFrom
  • post/v2/namespaces/{namespace}?stainless_overload=copyFrom
  • post/v2/namespaces/{namespace}/explain_query

Delete namespace.

delete/v2/namespaces/{namespace}

Path parameters

namespacestring required

The name of the namespace.

Response

The status of the deletion request.

status'OK' required

The status of the request.

Changes