---
title: "Delete user job permission"
method: DELETE
path: "/v3/user_job_permissions/{id}"
tags: ["User Job Permissions"]
---

# Delete user job permission

`DELETE /v3/user_job_permissions/{id}`

Revoke a single user job permission by id, removing that user's Job Admin role on the job. Does not affect site admin access (site admins are not represented in this resource) and does not remove any `future_job_permission` that may regrant access if the job's office/department scope matches.

## Path parameters

- `id` string, required

## Response `200`

Successful

- object
  - `id` integer
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `message` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/greenhouse/apis/auth-api.md) · [All operations](https://skmtc.dev/greenhouse/apis/auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/greenhouse/auth-api/revisions/9517a2e54640/schema)
