cURL
curl --request DELETE \ --url https://api.ragkit.com/v1/ns_delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "namespace": "<string>", "recursively_delete_all_data": true } '
{ "success": true, "data": { "key": "<string>", "description": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The key of the namespace to delete.
namespace
For safety. Set to true to delete the namespace and all related data.
true
Success
Always true.
The namespace.
Show child attributes