Delete a WAAS policy rule by ruleId
Permanently removes the specified WaaS policy rule.
DELETE
Delete a WAAS policy rule by ruleId
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the environment
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Body
application/json
Array of rule IDs to delete from the policy
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Response
WAAS policy rules deleted successfully
Unique identifier for the wallet policy
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
ISO 8601 timestamp of when the policy was created
ISO 8601 timestamp of when the policy was last updated
List of policy rule objects defining allowed or denied wallet operations
Message describing the operation result
Previous
Get delegated access encryption public key for an environmentFetches the encryption public key used for delegated access in a WAAS environment.
By default, returns only the latest active key.
Next
Delete a WAAS policy rule by ruleId