---
title: "Remove Talent Skills"
method: POST
path: "/v1/talent/{talentId}/skills/remove"
tags: ["Talent"]
---

# Remove Talent Skills

`POST /v1/talent/{talentId}/skills/remove`

Permanently deletes talent skills tags of the specified talent record.

## Path parameters

- `talentId` 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

- TalentSkill[]
  - `skillId` integer — The identifier for the talent skill.
  - `talentId` integer — The identifier for the talent.
  - `positionId` integer — The identifier for the position option.
  - `descriptionId` integer — The identifier for the description option.
  - `skillPosition` string — The talent skill position option.
  - `skillDescription` string — The talent skill description option.
  - `skillTalentFacing` boolean — An indication of whether a skill is visible and applicable to talent users.

## Response `201`

The results of the attempt to remove the specified talent skills.

- TalentSkillResponse
  - `talentSkills` TalentSkill[] — A list of talent skills and their details.
    - `skillId` integer — The identifier for the talent skill.
    - `talentId` integer — The identifier for the talent.
    - `positionId` integer — The identifier for the position option.
    - `descriptionId` integer — The identifier for the description option.
    - `skillPosition` string — The talent skill position option.
    - `skillDescription` string — The talent skill description option.
    - `skillTalentFacing` boolean — An indication of whether a skill is visible and applicable to talent users.
  - `errors` string[] — A list of errors and their details.

## 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/versions/846b33e4e71b/schema)
