Property Manager Name: Allow DELETE
Allow HTTP requests using the DELETE method. By default, GET, HEAD, and OPTIONS requests are allowed, and all other methods result in a 403 error. Such content does not cache, and any DELETE requests pass to the origin. See also the allowOptions, allowPatch, allowPost, and allowPut behaviors.
Options
- enabled (boolean): When enabled, allows DELETE requests. Content does not cache.
- allowBody (boolean): When enabled, allows data in the body of the DELETE request.