v1

latestOpenAPI 3.1.1MIT License2026-07-122354100.9 KB
Namespaces

Delete a namespace.

Delete a namespace for the authenticated organization. This will delete all the data associated with the namespace.

delete/v1/namespace/{namespaceId}

Path parameters

namespaceIdstring required

The id of the namespace (prefixed with ns_)

Example:ns_123

The id of the namespace (prefixed with ns_)

Response

The deleted namespace

successtrue required

Example response

{
  "data": {
    "embeddingConfig": {
      "resourceName": "my-resource-name"
    },
    "vectorStoreConfig": {
      "indexHost": "https://example.svc.aped-1234-a56b.pinecone.io"
    }
  }
}