mirror of
https://github.com/usebruno/bruno.git
synced 2024-12-02 04:43:54 +01:00
9 lines
114 B
TOML
9 lines
114 B
TOML
[meta]
|
|
name = 'Delete User'
|
|
type = 'http'
|
|
seq = 1
|
|
|
|
[http]
|
|
method = 'DELETE'
|
|
url = 'https://reqres.in/api/users/2'
|