action flat_delete_collection { label: "Delete the collection" description: "This method will schedule the deletion of the collection. Until deleted, the collection will be available in the `trash`.\n" provider: flat method: DELETE path: "/collections/{collection}" encoding: json output: { type: "object" additionalProperties: true } }