Valori LogoValori
DELETE/v1/namespaces/{name}READ / WRITE

Delete a collection

Removes a collection and every record in it. Irreversible.

This permanently removes the collection and every record inside it. There is no confirmation step and no undo.

Path parameters

namestringrequired

Name of the collection to drop.

Response

204 No Content on success — no response body. A collection that doesn't exist returns 404.

DELETE /v1/namespaces/{name}
curl -X DELETE "https://app.valori.systems/v1/namespaces/documents" \
  -H "Authorization: Bearer vlk_your_project_api_key"
204No Content
{}