namespaceRolesDelete
Delete an existing role in a namespace.
Arguments
Name | Type | Description |
---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
namespaceRoleId | NamespaceRoleID! | The id of the namespace role which will be deleted |
Fields
Name | Type | Description |
---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
errors | [Error!]! | Errors encountered during execution of the mutation. |
namespaceRole | NamespaceRole | The deleted namespace role |