Some checks failed
ci/woodpecker/push/check_fmt Pipeline failed
Reviewed-on: #29 Co-authored-by: Mika <mika.bomm@outlook.com> Co-committed-by: Mika <mika.bomm@outlook.com>
15 lines
169 B
Text
15 lines
169 B
Text
meta {
|
|
name: Delete Project
|
|
type: http
|
|
seq: 5
|
|
}
|
|
|
|
delete {
|
|
url: {{api_base}}/project/:id
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
id: MyAwesomeUUIDHere!
|
|
}
|