For example, the following delete method on a resource should probably show the descriptive content.
#%RAML 0.8
title: Minimal RAML
/:
delete:
description: Destroy the resource and all resource-bindings
responses:
204:
description: Successfully deleted the resource consistent.
404:
description: No resource exists for the specified ID
For example, the following delete method on a resource should probably show the descriptive content.