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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Sample Request Url

https://{companyDomain}.bamboohr.com/api/v1/performance/employees/1234/goals/24/comments/26

Response will be a 204 - No Content

Path Params
string
required
^\d+$

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

string
required
^\d+$

goalId is the goal ID for the specified employee.

string
required

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

Responses
204

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

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!