ResponseModel
statusboolean
Whether the request succeeded.
Example:
truemessagestring
Human-readable description of the result.
Example:
Instance is being deleted.ResponseModel
{
"status": true,
"message": "Instance is being deleted."
}
Was this page helpful?