cURL
curl --request DELETE \ --url https://api.kombo.dev/v1/hris/employee-skill-assignments/{employee_skill_assignment_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'X-Integration-Id: <x-integration-id>' \ --data '{}'
200
example1
{ "status": "success", "data": { "id": "8AvRLpxwY5J6pGxfY6fUD81Z", "employee_id": "26vafvWSRmbhNcxJYqjCzuJg", "skill_id": "28KMdr68N8kG9EzLwjsN9aoz", "current_level": "Proficiency Level 1" }}
Delete employee skill assignment
Create an API key on the Secrets page in the Kombo dashboard.
ID of the integration you want to interact with.
The ID of the employee skill assignment
DELETE /hris/employee-skill-assignments/:employee_skill_assignment_id Request body
The body is of type object.
object
DELETE /hris/employee-skill-assignments/:employee_skill_assignment_id Positive response
"success"
Show child attributes
The unique identifier for the employee skill assignment
The ID of the employee
The ID of the skill
The current skill level of the employee
Was this page helpful?