Delete a namespace owned by the authenticated user. The namespace must not contain any servers. Skills and connections in the namespace will be deleted automatically.
cURL
curl --request DELETE \ --url https://api.smithery.ai/namespaces/{name} \ --header 'Authorization: Bearer <token>'
{ "success": true, "name": "myorg" }
Smithery API key as Bearer token
3 - 39
Namespace deleted successfully
"myorg"
Was this page helpful?