Endpoints
Delete Namespace
Deletes a namespace of an index.
DELETE
/
delete-namespace
/
{namespace}
The default namespace, which is the empty string ""
, cannot be deleted.
Request
This endpoint doesn’t require any additional data.
Path
namespace
string
requiredThe namespace to delete.
Response
result
string
"Success"
string.
Was this page helpful?