Delete Asset Relationship
documentedDelete a specific asset relationship.
DELETE /cmdb/items/[id]/detach_relationship.jsonAsset Relationshipsno 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://{{FRESHSERVICE_DOMAIN}}/cmdb/items/{{$item_id}}/detach_relationship.json" \
-X DELETE \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-u "{{FRESHSERVICE_API_KEY}}:X" \
-d '{"relationship_id":"{{$relationship_id}}"}'