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.

Path Params
string
required

employeeId is the employee ID with whom the goal is associated.

string
required

goalId is the goal ID for the specified employee.

Responses
204

The goal was successfully deleted.

403

The API user does not have permission to delete this goal.

404

The goalId is zero or non-positive after integer cast, or the goal was not found.

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