Skip to content

Delete Policy Store

verifiedpermissions_delete_policy_store R Documentation

Deletes the specified policy store

Description

Deletes the specified policy store.

This operation is idempotent. If you specify a policy store that does not exist, the request response will still return a successful HTTP 200 status code.

Usage

verifiedpermissions_delete_policy_store(policyStoreId)

Arguments

policyStoreId

[required] Specifies the ID of the policy store that you want to delete.

Value

An empty list.

Request syntax

svc$delete_policy_store(
  policyStoreId = "string"
)