Delete Workspace
prometheusservice_delete_workspace | R Documentation |
Deletes an existing workspace¶
Description¶
Deletes an existing workspace.
When you delete a workspace, the data that has been ingested into it is not immediately deleted. It will be permanently deleted within one month.
Usage¶
prometheusservice_delete_workspace(clientToken, workspaceId)
Arguments¶
clientToken |
A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive. |
workspaceId |
[required] The ID of the workspace to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_workspace(
clientToken = "string",
workspaceId = "string"
)