Closed Beta Feature: This endpoint is currently in closed beta. We’re testing it with selected customers before its public release. If you’re interested in learning more or getting early access, please reach out.
Authorizations
Headers
ID of the integration you want to interact with.
Path Parameters
The ID of the skill
Body
application/json · object
DELETE /hris/skills/:skill_id Request body
The body is of type object.
Response
DELETE /hris/skills/:skill_id Positive response
Allowed value: 
"success"Examples:
{
  "id": "28KMdr68N8kG9EzLwjsN9aoz",
  "remote_id": "238476582",
  "name": "TypeScript Programming",
  "description": "The ability understand and write TypeScript code.",
  "orderedLevels": [
    "Proficiency Level 1",
    "Proficiency Level 2",
    "Proficiency Level 3",
    "Proficiency Level 4",
    "Proficiency Level 5"
  ],
  "changed_at": "2022-08-07T14:01:29.196Z",
  "remote_deleted_at": "2022-08-07T14:01:29.196Z",
  "remote_data": null
}