v1
latestOpenAPI 3.1.02026-07-24181585937.4 KBCandidate Tag
candidateTag.archive
Archives a candidate tag.
Requires the hiringProcessMetadataWrite permission.
post/candidateTag.archive
Request body
Example request
{
"tagId": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e"
}Response
Responses from the candidateTag.archive endpoint
Example response
{
"success": true,
"results": {
"id": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e",
"title": "Strong candidate",
"isArchived": true
}
}