Interface IEntityRemove

interface IEntityRemove {
    id: string;
    status: number;
}

Properties

Properties

id: string

ID of the removed object

status: number

HTTP response status. If the object is successfully removed the status will be 204