v1

latestOpenAPI 3.1.02026-07-26294215839.4 KB
Goals
Public API

Delete Goal Comment

Deletes a goal comment. The comment must belong to the specified goal, and the goal must belong to the specified employee. Returns 204 with no response body on success. If the user does not provide a comment ID, first call list-goal-comments and select a single deletable comment (canDelete is true) matching the user's description. If multiple comments match or none are deletable, do not delete; ask for clarification.

OAuth Scopes: goal.write

delete/api/v1/performance/employees/{employeeId}/goals/{goalId}/comments/{commentId}

Path parameters

employeeIdstring required

The internal employee ID of the employee the goal is associated with.

goalIdstring required

goalId is the goal ID for the specified employee.

commentIdstring required

commentId is the ID of a specific comment for the specified goal.

Response

The comment was successfully deleted. No response body is returned.