mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
18 lines
216 B
Plaintext
18 lines
216 B
Plaintext
meta {
|
|
name: DeleteApplication
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
delete {
|
|
url: http://localhost:3000/api/organizations/joboffers/applications/6
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"jobApplicationId": 1
|
|
}
|
|
}
|