15 lines
169 B
Text
15 lines
169 B
Text
meta {
|
|
name: Delete Project
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
delete {
|
|
url: {{api_base}}/project/:id
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
id: MyAwesomeUUIDHere!
|
|
}
|