SparkPost\ResourceBase::delete PHP Method

delete() public method

Sends delete request to API at the set endpoint.
public delete ( $uri = '', $payload = [], $headers = [] )
    public function delete($uri = '', $payload = [], $headers = [])
    {
        return $this->request('DELETE', $uri, $payload, $headers);
    }