v2

latestOpenAPI 3.1.02026-08-0382170235.8 KB
edges
edges

Delete an edge between two facts

Delete an edge between two facts.

The from_id and to_id are used for validation and efficient lookup.

  • pot_id: UUID of the POT
  • from_id: UUID of the source fact
  • to_id: UUID of the target fact (used for validation)
  • edge_id: ID of the edge to delete
delete/pots/{pot_id}/edges/{from_id}/{to_id}/{edge_id}

Path parameters

pot_idstring uuid required
from_idstring uuid required
to_idstring uuid required
edge_idstring required

Response

Edge deleted successfully