---
title: "Remove Talent Quick Title"
method: DELETE
path: "/v1/talent-quick-title/{applicantId}/remove"
tags: ["Talent"]
---

# Remove Talent Quick Title

`DELETE /v1/talent-quick-title/{applicantId}/remove`

Permanently deletes the specified quick search or custom category tag from the talent profile page.

## Path parameters

- `applicantId` string, required

## Query parameters

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

## Response `201`

The Quick Search or Custom Category Tag was successfully deleted.

- TalentQuickSearchTitle
  - `id` integer — The identifier for the talent Quick Search Title Tag.
  - `talentId` integer, required — The identifier for the talent.
  - `titleId` integer — The identifier for the quick title option.
  - `titleName` string, required — The name of the quick title option.
  - `expirationDate` string, date-time — The expiration date of the Quick Search Title Tag. The field follows the YYYY-MM-DD or YYYY-MM-DDTHH:mm:ss formats and also supports fractional seconds, such as YYYY-MM-DDTHH:mm:ss.sss. For example, 2024-12-01, 2024-12-01T14:30:00, and 2024-12-01T14:30:00.546.

## 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)
