v1
latestOpenAPI 3.1.02026-07-26294215839.4 KBGoals
Public API
Delete Goal
Permanently deletes a goal for an employee. The goal must belong to the specified employee. Returns 204 with no response body on success. For natural-language requests that identify a goal by title or partial title, first call list-goals with filter=status-all and resolve exactly one matching goal. Do not delete if there are multiple matches or no match; ask for clarification or report that the goal was not found.
OAuth Scopes: goal.write
delete/api/v1/performance/employees/{employeeId}/goals/{goalId}
Path parameters
employeeIdstring required
The internal employee ID of the employee the goal is associated with.
goalIdstring required
The exact goal ID for the specified employee. Do not infer this from a partial title unless you have resolved a single matching goal via list-goals.
Response
The goal was successfully deleted.