mirror of
https://github.com/usebruno/bruno.git
synced 2024-12-13 10:11:15 +01:00
12 lines
164 B
JSON
12 lines
164 B
JSON
{
|
|
"meta": {
|
|
"name": "Delete User",
|
|
"type": "http",
|
|
"seq": 1
|
|
},
|
|
"http": {
|
|
"method": "DELETE",
|
|
"url": "https://reqres.in/api/users/2"
|
|
}
|
|
}
|