cURL
curl --request DELETE \ --url https://api.vidnavigator.com/v1/namespaces/{namespace_id} \ --header 'X-API-Key: <api-key>'
{ "status": "success", "message": "<string>" }
Delete a namespace and remove its association from all files. The ‘default’ namespace cannot be deleted.
default
curl -X DELETE "https://api.vidnavigator.com/v1/namespaces/64a1b2c3d4e5f6789abc0003" \ -H "X-API-Key: YOUR_API_KEY"
{ "status": "success", "message": "Namespace deleted successfully" }
API key authentication. Include your VidNavigator API key in the X-API-Key header.
The ID of the namespace to delete
Namespace deleted successfully
success