Returns data is Readonly<
{
args: Readonly<{ id: string; modelType: string }> & Readonly<
{ [s: string]: JsonAble },
>;
toolName: Delete;
},
> & Readonly<
{ action: Delete; domain: string; modelName: string; toolName: Delete },
>
True if the data is a delete model data, false otherwise.
Checks if the data is a delete model data.