deleteNamespace
Delete a namespace. Note: this deletes the namespace only in the namespace store, not affecting any resources associated with in other services.
deleteNamespace(
id: ID!
): Boolean!
Arguments
deleteNamespace.id
● ID!
non-null scalar
The identifier (uuid) of the namespace to delete.
Type
Boolean
scalar
The
Boolean
scalar type representstrue
orfalse
.