Delete ACLs
Request
curl https://api.warpstream.com/api/v1/virtual_clusters/acls/delete \
-H 'warpstream-api-key: XXXXXXXXXX' \
-H 'Content-Type: application/json' \
-d '{
"virtual_cluster_id": "vci_1d4930d7_8e6d_4ad9_b27a_654ed4aaa3ee",
"acls": [
{
"resource_type": "TOPIC",
"resource_name": "orders",
"pattern_type": "LITERAL",
"principal": "User:alice",
"host": "*",
"operation": "READ",
"permission_type": "ALLOW"
}
]
}'Response
Dry Run
Bulk Deletion
Last updated
Was this helpful?