Policies
Delete Policy Rule
Delete a rule by policy ID and rule ID.
delete/v1/policies/{policy_id}/rules/{rule_id}
Path parameters
policy_idstring required
rule_idstring required
Headers
privy-app-idstring required
ID of your Privy app.
privy-authorization-signaturestring
Request authorization signature. If multiple signatures are required, they should be comma separated.
privy-request-expirystring
Request expiry. Value is a Unix timestamp in milliseconds representing the deadline by which the request must be processed.
Response
Deleted policy rule object.
Example response
{
"success": true
}