namespaceLicensesDelete
Deletes an namespace license.
Arguments
Name | Type | Description |
---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
namespaceLicenseId | NamespaceLicenseID! | The license id to delete. |
Fields
Name | Type | Description |
---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
errors | [Error!]! | Errors encountered during execution of the mutation. |
namespaceLicense | NamespaceLicense | The deleted namespace license. |