meta { name: delete_snippet type: http seq: 5 } delete { url: {{host}}/api/snippet?slug=bruno-test body: none auth: none } params:query { slug: bruno-test } body:json { { "title": "Test Snippet", "markdown": "## Cool Snippet\ndoes a cool thing", "tags": ["git", "jj"] } }