21 lines
200 B
Plaintext
21 lines
200 B
Plaintext
meta {
|
|
name: Delete Post
|
|
type: http
|
|
seq: 6
|
|
}
|
|
|
|
delete {
|
|
url: http://localhost:3000/posts/:id
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
id:
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|