delete
https://{companyDomain}.bamboohr.com/api/v1/performance/employees//goals/
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
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Sample Request Url
https://{companyDomain}.bamboohr.com/api/v1/performance/employees/40342/goals/23 204The goal was successfully deleted.
403The authenticated caller does not have permission to delete this goal.
404The goalId is zero or non-positive after integer cast, or the goal was not found.
