Delete Logging Configuration
| prometheusservice_delete_logging_configuration | R Documentation |
Deletes the rules and alerting logging configuration for a workspace¶
Description¶
Deletes the rules and alerting logging configuration for a workspace.
These logging configurations are only for rules and alerting logs.
Usage¶
prometheusservice_delete_logging_configuration(workspaceId, clientToken)
Arguments¶
workspaceId |
[required] The ID of the workspace containing the logging configuration to delete. |
clientToken |
A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive. |
Value¶
An empty list.
Request syntax¶
svc$delete_logging_configuration(
workspaceId = "string",
clientToken = "string"
)