This endpoint deletes a namespace and ALL its resources including:
The deletion is performed asynchronously. Returns a task_id that can be used to poll for deletion progress via GET /v1/tasks/.
⚠️ WARNING: This operation is irreversible and will delete ALL data in the namespace!
REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.
"Bearer YOUR_API_KEY"
"Bearer YOUR_STRIPE_API_KEY"
Either the namespace name or namespace ID
"my_namespace"
"ns_1234567890"
Successful Response