---
title: "Remove Job Skills"
method: POST
path: "/v1/job/{jobId}/skills/remove"
tags: ["Jobs"]
---

# Remove Job Skills

`POST /v1/job/{jobId}/skills/remove`

Removes existing job skills for a particular job. Skills are displayed in the *Position Categories and Skill Set* section of the job profile page.

## Path parameters

- `jobId` string, required

## Headers

- `RequestId` string, uuid — The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
- `FrontOfficeTenantId` integer
- `Tenant` string

## Request body

- IntegerSchema[]

## Response `201`

The results of the job skill removal.

- JobSkillResponse
  - `jobSkills` JobSkill[] — A list of job skills and their details.
    - `jobSkillId` integer — The identifier for the job skill.
    - `jobId` integer, required — The identifier for the job.
    - `descriptionId` integer — The identifier for the skill description option.
    - `positionId` integer — The identifier for the skill position option.
    - `skillDescription` string — The skill description option.
    - `skillPosition` string — The skill position option.
    - `skillTalentFacing` boolean — An indication of whether a skill is visible and applicable to talent users.
  - `errors` string[] — A list of validation errors generated while attempting to modify the skills associated with a job.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not found
- `405` — Unsupported method
- `406` — Unsupported format(s) indicated by Accept header
- `415` — Unsupported format(s) indicated by the Content-Type header
- `429` — Too many requests
- `500` — An unexpected error occurred
- `502` — Service Unavailable
- `504` — Gateway Timeout

---

[API](https://skmtc.net/avionte/apis/aviont-partner-authorization-api.md) · [All operations](https://skmtc.net/avionte/apis/aviont-partner-authorization-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avionte/aviont-partner-authorization-api/revisions/846b33e4e71b/schema)
