Detach Asset from Release
documentedDetach assets from a release.
PUT /itil/releases/[id]/detach_ci.jsonReleaseno 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)
npx -y keychains@latest curl \"https://{{$subdomain}}.freshservice.com/itil/releases/{{$id}}/detach_ci.json\" \ \
-X PUT \ \
-u {{FRESHSERVICE_API_KEY}}:X \ \
-H \"Content-Type: application/json\" \ \
-H \"Accept: application/json\" \ \
-d '{"itil_release": {"asset_ids": [{{$asset_id_1}}, {{$asset_id_2}}]}}'