Skip to main content

SuccessSchema

messagestring

Human-readable message describing the operation result.

Default: null
statusstring

Indicates the result of the operation. Typically "success".

Default: success
deleted_countinteger

Number of records deleted by the operation.

Default: null
SuccessSchema
{
"message": null,
"status": "success",
"deleted_count": null
}