peer-group-grading/bruno/project/Delete Project.bru
Mika c1e5f60fac
Some checks failed
ci/woodpecker/push/check_fmt Pipeline failed
feat: add endpoints to retrieve all projects and a specific project
get specific project is not working yet
2025-04-02 16:46:58 +02:00

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