SevenShores\Hubspot\Resources\Engagements::delete PHP Method

delete() public method

public delete ( integer $id ) : Response
$id integer
return SevenShores\Hubspot\Http\Response
    function delete($id)
    {
        $endpoint = "https://api.hubapi.com/engagements/v1/engagements/{$id}";
        return $this->client->request('delete', $endpoint);
    }