snippets/bruno/CodeSnippets/delete_snippet.bru

23 lines
305 B
Text

meta {
name: delete_snippet
type: http
seq: 6
}
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"]
}
}