Some checks failed
ci/woodpecker/push/check_fmt Pipeline failed
get specific project is not working yet
15 lines
169 B
Text
15 lines
169 B
Text
meta {
|
|
name: Delete Project
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
delete {
|
|
url: {{api_base}}/project/:id
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
id: MyAwesomeUUIDHere!
|
|
}
|