Sign in

Delete Asset Relationship

documented

Delete a specific asset relationship.

DELETE /cmdb/items/[id]/detach_relationship.jsonAsset Relationshipsno 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)

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}}"}'
Delete Asset Relationship · Freshservice · OpenIntegrations