MarkSkillSetInactiveAction
Marks one or more Skill Sets as Inactive. Accepts up to 2,000 record IDs per invocation. Equivalent to deselecting the Inactive checkbox on the Skill Set record page.
| Property | Value |
| Label | Mark Skill Set Inactive |
| Category | Skills |
| Since | Summer 2026 |
| Read-only | No |
| Supports Agents | Yes |
| Supports Flows | Yes |
| Async Action | No |
| Keywords | deactivate, disable, retire, competency |
Request Parameters
| Field | Type | Label | Description | Required |
skillSetId | Id | Skill Set ID | The ID of the Skill Set to mark as Active or Inactive. | Yes |
Response Parameters
| Field | Type | Label | Description | Required |
recordId | Id | Record ID | The ID of the processed Skill Set. | No |
success | Boolean | Success | Indicates whether the action successfully marks the Skill Set as Inactive. | No |
errorMessage | String | Error Message | The error message displays if the action fails. | No |
|