- Property Manager name: Allow DELETE
 - Behavior version: The 
latestrule format supports theallowDeletebehavior v1.4. - Rule format status: Beta, possible breaking changes
 - Access: Read/Write
 - Allowed in includes: Not available for 
latestrule format 
Allow HTTP requests using the DELETE method. By default, GET, HEAD, and OPTIONS requests are allowed, and all other methods result in a 501 error. Such content does not cache, and any DELETE requests pass to the origin. See also the allowOptions, allowPatch, allowPost, and allowPut behaviors.
| Option | Type | Description | Requires | |
|---|---|---|---|---|
enabled | boolean | Allows DELETE requests. Content does not cache.  | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
allowBody | boolean | Allows data in the body of the DELETE request.  | {"displayType":"boolean","tag":"input","type":"checkbox"}{"if":{"attribute":"enabled","op":"eq","value":true}} | 
