Delete
DELETE
/api/jobs/7/applicants/3/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'http://127.0.0.1:8000/api/jobs/7/applicants/3/' \
--header 'Content-Type: application/json' \
--data-raw '{
// "title": "job4"
}'
Response Response Example
{}
Request
Body Params application/json
Responses
Modified at 2024-02-07 23:16:50