delete https://api.gusto-demo.com/v1/jobs/
Deletes a specific job that an employee holds.
scope: jobs:write
Responses
204No Content
404Not Found
The requested resource does not exist. Make sure the provided ID/UUID is valid.
Deletes a specific job that an employee holds.
scope: jobs:write
204No Content
404Not Found
The requested resource does not exist. Make sure the provided ID/UUID is valid.
xxxxxxxxxx
curl --request DELETE \
--url https://api.gusto-demo.com/v1/jobs/job_id
Try It!
to start a request and see the response here!