SuccessSchema
messagestring
Human-readable message describing the operation result.
statusstring
Indicates the result of the operation. Typically "success".
deleted_countinteger
Number of records deleted by the operation.
SuccessSchema
{
"message": null,
"status": "success",
"deleted_count": null
}
Was this page helpful?