Sign in

Unlink objective from feature

documented

Unlink an objective from a feature.

DELETE /features/{featureId}/objectivesProduct Hierarchyno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

Note: The official Productboard Public API reference documents deleting a link between a feature and an objective at the endpoint https://api.productboard.com/features/{id}/links/objectives/{objectiveId}. The path /features/{featureId}/objectives is not listed in the public docs. See source: Delete a link between a feature and an objective. ([developer.productboard.com](https://developer.productboard.com/reference/deleteobjectivelink-1))

npx -y keychains@latest curl "https://api.productboard.com/features/{{$featureId}}/links/objectives/{{$objectiveId}}" \
  -X DELETE \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"