peer-group-grading/bruno/project/Delete Project.bru
2025-04-02 15:27:26 +02:00

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