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
Example response
{
"data": {
"embeddingConfig": {
"resourceName": "my-resource-name"
},
"vectorStoreConfig": {
"indexHost": "https://example.svc.aped-1234-a56b.pinecone.io"
}
}
}