v48

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-305398191.8 KB
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

successboolean required
namestring required

Example response

{
  "name": "myorg"
}