peer-group-grading/bruno/project/Delete Project.bru
Mika f20802682a
Some checks failed
ci/woodpecker/push/check_fmt Pipeline failed
update_project endpoint and DTOs (#29)
Reviewed-on: #29
Co-authored-by: Mika <mika.bomm@outlook.com>
Co-committed-by: Mika <mika.bomm@outlook.com>
2025-04-03 09:55:04 +02:00

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!
}