Detach Asset from Problem
documentedDetach assets from a problem.
PUT /itil/problems/[id]/detach_ci.jsonProblemno implementation yet0 runsNo 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 v1 endpoint for Detach Asset from a Problem is PUT /itil/problems/{id}/detach_ci.json, with a request body containing itil_problem.asset_ids. The base URL is your Freshservice domain (e.g., https://yourdomain.freshservice.com/itil/problems/{id}/detach_ci.json). Freshservice also provides a v2 mapping (PUT /api/v2/problems/{id}) and v1 APIs are deprecated in favor of v2. See sources: Detach Asset from a Problem (v1) and API migration notes. ([api.freshservice.com](https://api.freshservice.com/v1))