for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Manticoresearch\Endpoints;
use Manticoresearch\Request;
/**
* Class Delete
* @package Manticoresearch\Endpoints
*/
class Delete extends Request
{
* @return mixed|string
public function getPath()
return '/json/delete';
}
public function getMethod()
return 'POST';