namespaces
Delete a namespace
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.
delete/namespaces/{name}
Path parameters
namestring required
Response
Namespace deleted successfully
Example response
{
"name": "myorg"
}