The Resource for which you want to delete the ACL.
Optional
options: { fetch?: (input: URL | RequestInfo, init?: RequestInit) => Promise<Response> }Optional parameter options.fetch
: An alternative fetch
function to make the HTTP request, compatible with the browser-native fetch API.
Optional
fetch?: (input: URL | RequestInfo, init?: RequestInit) => Promise<Response>
Removes the resource ACL (Access Control List) from a Resource.
Once the resource ACL is removed from the Resource, the Resource relies on the fallback ACL inherited from the Resource's parent Container (or another of its ancestor Containers).