PINECONE_API_KEY="pcsk_YLdgU_NXHaHwwr75AALGDk6Fra3ZtmigPiYB8hxrpJFEmAcpfCLpzrxxmiSTNo6quzmzC"

curl -i -X DELETE "https://api.pinecone.io/indexes/prop-frims-01" \
  -H "Api-Key: $PINECONE_API_KEY" \
  -H "X-Pinecone-API-Version: 2024-07"


#   PINECONE_API_KEY="YOUR_API_KEY"

# curl -i -X GET "https://api.pinecone.io/indexes" \
#   -H "Api-Key: $PINECONE_API_KEY" \
#   -H "X-Pinecone-API-Version: 2024-07"