Delete Rule Groups Namespace
prometheusservice_delete_rule_groups_namespace | R Documentation |
Deletes one rule groups namespace and its associated rule groups definition¶
Description¶
Deletes one rule groups namespace and its associated rule groups definition.
Usage¶
prometheusservice_delete_rule_groups_namespace(clientToken, name,
workspaceId)
Arguments¶
clientToken |
A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive. |
name |
[required] The name of the rule groups namespace to delete. |
workspaceId |
[required] The ID of the workspace containing the rule groups namespace and definition to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_rule_groups_namespace(
clientToken = "string",
name = "string",
workspaceId = "string"
)