8.4.2.4. Deleting Resources
To delete an existing resource, send an HTTP DELETE request as follows:
curl -v -X DELETE \
http://${host}:${port}/auth/realms/${realm_name}/authz/protection/resource_set/{resource_id} \
-H 'Authorization: Bearer '$pat