Delete | ![]() |
public struct DeleteResult
The DeleteResult type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ID | The entity ID of the object just deleted from the system |
![]() ![]() | IsDeleted | A flag to validate if the object was successfully removed from a single operation request |
![]() ![]() | Message | The message of the delete result. |
![]() ![]() | Status | The status of the object/row where a delete operation from the system was attempted |
"Results": [ { "ID": 3555, "IsDeleted": false, "Message": "No schedule with ID:3555 found", "Status": 2 }]