DeleteEdgeResponseT Properties |
The DeleteEdgeResponseT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Code |
The HTTP status code.
| |
| Error |
Indicates whether an error occurred (false in this case).
| |
| Old |
The complete deleted edge document.
Includes all attributes stored before the delete operation.
Will only be present if ReturnOld is true.
| |
| Removed |
Is set to true if the edge was successful removed.
|